Skip to content

Commit 1cc9006

Browse files
chore(pre_commit): ⬆ 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.12.2 → v0.12.10](astral-sh/ruff-pre-commit@v0.12.2...v0.12.10) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1)
1 parent 77bf71b commit 1cc9006

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
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
exclude: test/.*\.py
@@ -30,15 +30,15 @@ repos:
3030
additional_dependencies: ["bandit[toml]"]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.12.2
33+
rev: v0.12.10
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
3737
- id: ruff-format
3838
types_or: [ python, pyi, jupyter]
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: 'v1.16.1'
41+
rev: 'v1.17.1'
4242
hooks:
4343
- id: mypy
4444
additional_dependencies: [numpy,types-aiofiles]

0 commit comments

Comments
 (0)