Skip to content

Commit 9ad2dca

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.8.6 → v0.12.12](astral-sh/ruff-pre-commit@v0.8.6...v0.12.12) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.17.1](pre-commit/mirrors-mypy@v1.14.1...v1.17.1)
1 parent 60321f7 commit 9ad2dca

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,13 +9,13 @@ repos:
99
- id: debug-statements
1010
- id: check-ast
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: "v0.8.6"
12+
rev: "v0.12.12"
1313
hooks:
1414
- id: ruff
1515
args: ["--fix"]
1616
- id: ruff-format
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: "v1.14.1"
18+
rev: "v1.17.1"
1919
hooks:
2020
- id: mypy
2121
additional_dependencies:

0 commit comments

Comments
 (0)