File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 9
9
- id : detect-private-key
10
10
- id : forbid-submodules
11
11
- repo : https://github.com/astral-sh/ruff-pre-commit
12
- rev : v0.8.5
12
+ rev : v0.8.6
13
13
hooks :
14
14
- id : ruff
15
15
args : [ --fix ]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ setuptools = ">=69.5.1,<76.0.0"
33
33
[tool .poetry .dev-dependencies ]
34
34
35
35
[tool .poetry .group .dev .dependencies ]
36
- ruff = " ^0.8.5 "
36
+ ruff = " ^0.8.6 "
37
37
38
38
[build-system ]
39
39
requires = [" poetry-core>=1.0.0" ]
@@ -42,32 +42,32 @@ build-backend = "poetry.core.masonry.api"
42
42
[tool .ruff ]
43
43
# Exclude a variety of commonly ignored directories.
44
44
exclude = [
45
- " .bzr" ,
46
- " .direnv" ,
47
- " .eggs" ,
48
- " .git" ,
49
- " .git-rewrite" ,
50
- " .hg" ,
51
- " .ipynb_checkpoints" ,
52
- " .mypy_cache" ,
53
- " .nox" ,
54
- " .pants.d" ,
55
- " .pyenv" ,
56
- " .pytest_cache" ,
57
- " .pytype" ,
58
- " .ruff_cache" ,
59
- " .svn" ,
60
- " .tox" ,
61
- " .venv" ,
62
- " .vscode" ,
63
- " __pypackages__" ,
64
- " _build" ,
65
- " buck-out" ,
66
- " build" ,
67
- " dist" ,
68
- " node_modules" ,
69
- " site-packages" ,
70
- " venv" ,
45
+ " .bzr" ,
46
+ " .direnv" ,
47
+ " .eggs" ,
48
+ " .git" ,
49
+ " .git-rewrite" ,
50
+ " .hg" ,
51
+ " .ipynb_checkpoints" ,
52
+ " .mypy_cache" ,
53
+ " .nox" ,
54
+ " .pants.d" ,
55
+ " .pyenv" ,
56
+ " .pytest_cache" ,
57
+ " .pytype" ,
58
+ " .ruff_cache" ,
59
+ " .svn" ,
60
+ " .tox" ,
61
+ " .venv" ,
62
+ " .vscode" ,
63
+ " __pypackages__" ,
64
+ " _build" ,
65
+ " buck-out" ,
66
+ " build" ,
67
+ " dist" ,
68
+ " node_modules" ,
69
+ " site-packages" ,
70
+ " venv" ,
71
71
]
72
72
73
73
# Same as Black.
You can’t perform that action at this time.
0 commit comments