Skip to content

Commit 0603625

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.15.10](astral-sh/ruff-pre-commit@v0.11.8...v0.15.10) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/MarcoGorelli/cython-lint: v0.16.6 → v0.19.0](MarcoGorelli/cython-lint@v0.16.6...v0.19.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.20.1](pre-commit/mirrors-mypy@v1.15.0...v1.20.1)
1 parent a66fc46 commit 0603625

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
python: "3.12"
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-merge-conflict
1010
- id: check-added-large-files
@@ -19,24 +19,24 @@ 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.15.10
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
2626
- id: ruff-format
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.4.1
28+
rev: v2.4.2
2929
hooks:
3030
- id: codespell
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.19.0
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.20.1
4040
hooks:
4141
- id: mypy
4242
args: [--config, ./mypy.ini]

0 commit comments

Comments
 (0)