Skip to content

Commit babc4fd

Browse files
ci: pre-commit autoupdate [pre-commit.ci]
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.8](astral-sh/ruff-pre-commit@v0.11.13...v0.12.8) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.1](pre-commit/mirrors-mypy@v1.16.0...v1.17.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 45f3d2a commit babc4fd

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 @@ default_language_version:
77
python: python3.11 # NOTE: sync with .python-version-default
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: "v0.11.13"
10+
rev: "v0.12.8"
1111
hooks:
1212
- id: ruff
1313
alias: r
@@ -19,7 +19,7 @@ repos:
1919
verbose: true
2020
types_or: [python, pyi, jupyter]
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: "v1.16.0"
22+
rev: "v1.17.1"
2323
hooks:
2424
- id: mypy
2525
args: [--strict, --ignore-missing-imports]
@@ -37,7 +37,7 @@ repos:
3737
- id: check-hooks-apply
3838
- id: check-useless-excludes
3939
- repo: https://github.com/pre-commit/pre-commit-hooks
40-
rev: v5.0.0
40+
rev: v6.0.0
4141
hooks:
4242
- id: trailing-whitespace
4343
verbose: true

0 commit comments

Comments
 (0)