Skip to content

Commit 492755e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.12...v0.15.15) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.1.0](pre-commit/mirrors-mypy@v1.20.2...v2.1.0) - [github.com/zizmorcore/zizmor-pre-commit: v1.24.1 → v1.25.2](zizmorcore/zizmor-pre-commit@v1.24.1...v1.25.2)
1 parent dbc2208 commit 492755e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ repos:
2323
- id: trailing-whitespace
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.15.12
26+
rev: v0.15.15
2727
hooks:
2828
- id: ruff-check
2929
args: ["--fix", "--show-fixes"]
3030
- id: ruff-format
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.20.2
33+
rev: v2.1.0
3434
hooks:
3535
- id: mypy
3636
exclude: tests/integration/.*/.*|tests/integration/quick_check_numpy.py|tests/unit/test_wheel_abi.py|scripts/calculate_symbol_versions.py
@@ -44,6 +44,6 @@ repos:
4444
- types-requests
4545

4646
- repo: https://github.com/zizmorcore/zizmor-pre-commit
47-
rev: v1.24.1
47+
rev: v1.25.2
4848
hooks:
4949
- id: zizmor

0 commit comments

Comments
 (0)