Skip to content

Commit 7462d46

Browse files
committed
Bump pre-commit hooks.
1 parent 6cbe682 commit 7462d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
repos:
44

55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.18.0
6+
rev: v3.19.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py310-plus"]
@@ -15,7 +15,7 @@ repos:
1515
args: ["--target-version", "4.0"]
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.6.9
18+
rev: v0.7.0
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)