Skip to content

Commit e2c47c6

Browse files
authored
Merge pull request #600 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 112180f + 02a77e0 commit e2c47c6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.11.13
24+
rev: v0.12.1
2525
hooks:
2626
- id: ruff
2727
args: ["--fix", "--show-fixes"]
2828
- id: ruff-format
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.16.0
31+
rev: v1.16.1
3232
hooks:
3333
- id: mypy
3434
exclude: tests/integration/.*/.*|tests/integration/quick_check_numpy.py|tests/unit/test_wheel_abi.py|scripts/calculate_symbol_versions.py

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,8 @@ ignore = [
122122
"ISC001", # Conflicts with formatter
123123
"PLR", # Design related pylint codes
124124
]
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"]

0 commit comments

Comments
 (0)