Skip to content

Commit 9cd51a0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.9.2](astral-sh/ruff-pre-commit@v0.6.3...v0.9.2) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1)
1 parent 3a630c5 commit 9cd51a0

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,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
@@ -28,7 +28,7 @@ repos:
2828
additional_dependencies:
2929
- tomli; python_version<'3.11'
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: "v0.6.3"
31+
rev: "v0.9.2"
3232
hooks:
3333
- id: ruff
3434
args: [--fix, --exit-non-zero-on-fix]
@@ -40,7 +40,7 @@ repos:
4040
- id: yamllint
4141
files: \.(yaml|yml)$
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v1.11.2
43+
rev: v1.14.1
4444
hooks:
4545
- id: mypy
4646
additional_dependencies:

0 commit comments

Comments
 (0)