Skip to content

Commit 5a97a2f

Browse files
chore: update pre-commit hooks
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/pre-commit/mirrors-mypy: v1.17.0 → v1.17.1](pre-commit/mirrors-mypy@v1.17.0...v1.17.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.5...v0.12.11)
1 parent 62db172 commit 5a97a2f

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
@@ -23,7 +23,7 @@ repos:
2323

2424
# Hook for pre-commit's built-in checks
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
26+
rev: v6.0.0
2727
hooks:
2828
# Prevent giant files from being committed.
2929
- id: check-added-large-files
@@ -67,7 +67,7 @@ repos:
6767
additional_dependencies: [tomli]
6868

6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: 'v1.17.0'
70+
rev: 'v1.17.1'
7171
hooks:
7272
- id: mypy
7373
exclude: 'noxfile\.py|docs/conf\.py'
@@ -79,7 +79,7 @@ repos:
7979
types: [file, python]
8080

8181
- repo: https://github.com/astral-sh/ruff-pre-commit
82-
rev: "v0.12.5"
82+
rev: "v0.12.11"
8383
hooks:
8484
- id: ruff
8585
types: [file, python]

0 commit comments

Comments
 (0)