File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ repos:
21
21
- id : trailing-whitespace
22
22
23
23
- repo : https://github.com/astral-sh/ruff-pre-commit
24
- rev : v0.11.13
24
+ rev : v0.12.1
25
25
hooks :
26
26
- id : ruff
27
27
args : ["--fix", "--show-fixes"]
28
28
- id : ruff-format
29
29
30
30
- repo : https://github.com/pre-commit/mirrors-mypy
31
- rev : v1.16.0
31
+ rev : v1.16.1
32
32
hooks :
33
33
- id : mypy
34
34
exclude : tests/integration/.*/.*|tests/integration/quick_check_numpy.py|tests/unit/test_wheel_abi.py|scripts/calculate_symbol_versions.py
Original file line number Diff line number Diff line change @@ -122,3 +122,8 @@ ignore = [
122
122
" ISC001" , # Conflicts with formatter
123
123
" PLR" , # Design related pylint codes
124
124
]
125
+
126
+ [tool .ruff .lint .per-file-ignores ]
127
+ "src/auditwheel/main_lddtree.py" = [" PLC0415" ]
128
+ "src/auditwheel/main_repair.py" = [" PLC0415" ]
129
+ "src/auditwheel/main_show.py" = [" PLC0415" ]
You can’t perform that action at this time.
0 commit comments