Skip to content

Commit 994e041

Browse files
chore(pre_commit): ⬆ 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.14.2](astral-sh/ruff-pre-commit@v0.12.5...v0.14.2) - [github.com/asottile/pyupgrade: v3.20.0 β†’ v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent 171687f commit 994e041

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
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
exclude: test/.*\.py
@@ -32,7 +32,7 @@ repos:
3232
additional_dependencies: ["bandit[toml]"]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.12.5
35+
rev: v0.14.2
3636
hooks:
3737
- id: ruff
3838
args: [--fix, --exit-non-zero-on-fix]
@@ -55,7 +55,7 @@ repos:
5555
- tomli
5656

5757
- repo: https://github.com/asottile/pyupgrade
58-
rev: v3.20.0
58+
rev: v3.21.0
5959
hooks:
6060
- id: pyupgrade
6161
args: ["--py310-plus"]

0 commit comments

Comments
Β (0)