Skip to content

Commit 002842b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.3](astral-sh/ruff-pre-commit@v0.11.8...v0.12.3) - [github.com/MarcoGorelli/cython-lint: v0.16.6 → v0.16.7](MarcoGorelli/cython-lint@v0.16.6...v0.16.7) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1)
1 parent a66fc46 commit 002842b

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
@@ -19,7 +19,7 @@ repos:
1919
- id: end-of-file-fixer
2020
exclude_types: [diff]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.11.8
22+
rev: v0.12.3
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
@@ -31,12 +31,12 @@ repos:
3131
types_or: [python, rst, markdown]
3232
args: ["--ignore-words=.codespell-ignore"]
3333
- repo: https://github.com/MarcoGorelli/cython-lint
34-
rev: v0.16.6
34+
rev: v0.16.7
3535
hooks:
3636
- id: cython-lint
3737
- id: double-quote-cython-strings
3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.15.0
39+
rev: v1.16.1
4040
hooks:
4141
- id: mypy
4242
args: [--config, ./mypy.ini]

0 commit comments

Comments
 (0)