Skip to content

Commit 43c506c

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.12.5 → v0.12.12](astral-sh/ruff-pre-commit@v0.12.5...v0.12.12) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.17.1](pre-commit/mirrors-mypy@v1.17.0...v1.17.1)
1 parent 4139d75 commit 43c506c

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 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-json
@@ -21,7 +21,7 @@ repos:
2121
- id: pyupgrade
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.12.5
24+
rev: v0.12.12
2525
hooks:
2626
- id: ruff
2727
args: [--fix]
@@ -33,7 +33,7 @@ repos:
3333
- id: isort
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.17.0
36+
rev: v1.17.1
3737
hooks:
3838
- id: mypy
3939
args: [--allow-untyped-decorators]

0 commit comments

Comments
 (0)