Skip to content

Commit 7f51f78

Browse files
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.4...v0.12.9) - [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/pre-commit/mirrors-mypy: v1.17.0 → v1.17.1](pre-commit/mirrors-mypy@v1.17.0...v1.17.1)
1 parent 0075ca4 commit 7f51f78

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
@@ -3,7 +3,7 @@ ci:
33
autoupdate_commit_msg: "chore: pre-commit autoupdate"
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.12.4
6+
rev: v0.12.9
77
hooks:
88
- id: ruff
99
args:
@@ -19,7 +19,7 @@ repos:
1919
- --quiet-level=2
2020
exclude_types: [csv, json]
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v5.0.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: end-of-file-fixer
@@ -55,7 +55,7 @@ repos:
5555
- --keep-updates
5656
files: ^(/.+)?[^/]+\.py$
5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: v1.17.0
58+
rev: v1.17.1
5959
hooks:
6060
- id: mypy
6161
args: [--strict, --ignore-missing-imports]

0 commit comments

Comments
 (0)