Skip to content

Commit 6d94fc4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.8...v0.11.13) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent a66fc46 commit 6d94fc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.11.13
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
@@ -36,7 +36,7 @@ repos:
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.0
4040
hooks:
4141
- id: mypy
4242
args: [--config, ./mypy.ini]

0 commit comments

Comments
 (0)