We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e80203 commit f29f567Copy full SHA for f29f567
.pre-commit-config.yaml
@@ -21,14 +21,14 @@ repos:
21
- id: trailing-whitespace
22
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.12.3
+ rev: v0.12.4
25
hooks:
26
- id: ruff
27
args: ["--fix", "--show-fixes"]
28
- id: ruff-format
29
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.16.1
+ rev: v1.17.0
32
33
- id: mypy
34
exclude: tests/integration/.*/.*|tests/integration/quick_check_numpy.py|tests/unit/test_wheel_abi.py|scripts/calculate_symbol_versions.py
0 commit comments