Skip to content

Commit bf3beaa

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) - [github.com/MarcoGorelli/cython-lint: v0.16.6 → v0.16.7](MarcoGorelli/cython-lint@v0.16.6...v0.16.7)
1 parent 04590b8 commit bf3beaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.11.12
11+
rev: v0.12.2
1212
hooks:
1313
- id: ruff
1414
args: [--fix]
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.16.0
24+
rev: v1.16.1
2525
hooks:
2626
- id: mypy
2727

@@ -34,7 +34,7 @@ repos:
3434
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11
3535

3636
- repo: https://github.com/MarcoGorelli/cython-lint
37-
rev: v0.16.6
37+
rev: v0.16.7
3838
hooks:
3939
- id: cython-lint
4040
args: [--no-pycodestyle]

0 commit comments

Comments
 (0)