File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/codespell-project/codespell
3
- rev : v2.2.6
3
+ rev : v2.3.0
4
4
hooks :
5
5
- id : codespell
6
6
- repo : https://github.com/asottile/blacken-docs
13
13
hooks :
14
14
- id : check-yaml
15
15
- repo : https://github.com/astral-sh/ruff-pre-commit
16
- rev : v0.4.1
16
+ rev : v0.4.7
17
17
hooks :
18
18
- id : ruff
19
19
args : [ --fix ]
26
26
args : ["--ignore", "D001"]
27
27
28
28
- repo : https://github.com/pre-commit/mirrors-mypy
29
- rev : ' v1.9 .0'
29
+ rev : ' v1.10 .0'
30
30
hooks :
31
31
- id : mypy
32
32
additional_dependencies :
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ ignore = [
74
74
" PLW0120" , # remove the else and dedent its contents
75
75
" PLW2901" , # for loop variable overwritten by assignment target
76
76
" PLR5501" , # Use `elif` instead of `else` then `if`
77
+ " UP031" , # Use format specifiers instead of percent format
77
78
]
78
79
79
80
[tool .ruff .lint .isort ]
You can’t perform that action at this time.
0 commit comments