File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
- id : check-xml
27
27
- id : detect-private-key
28
28
- id : forbid-new-submodules
29
- - id : forbid-submodules
29
+ # - id: forbid-submodules
30
30
- id : mixed-line-ending
31
31
- id : destroyed-symlinks
32
32
- id : fix-byte-order-marker
59
59
additional_dependencies : ["tomli"]
60
60
- repo : https://github.com/astral-sh/ruff-pre-commit
61
61
# Ruff version.
62
- rev : v0.4.8
62
+ rev : v0.4.9
63
63
hooks :
64
64
# Run the linter.
65
65
- id : ruff
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.9 "
1
+ __version__ = "0.0.10 "
2
2
3
3
from .functions import *
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ pre_commit>=3.5.0
3
3
pytest >= 8.2.0
4
4
pytest_cov >= 4.1.0
5
5
pytest_mock >= 3.14.0
6
- ruff >= 0.4.8
6
+ ruff >= 0.4.9
7
7
tomli >= 2.0.1
8
8
types-setuptools
You can’t perform that action at this time.
0 commit comments