Skip to content

Commit 5ae0c0d

Browse files
authored
Update pre-commit hooks.
1 parent b3b9835 commit 5ae0c0d

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 @@
33
repos:
44

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

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.0.287
18+
rev: v0.0.291
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
@@ -27,7 +27,7 @@ repos:
2727
args: ["--profile", "black"]
2828

2929
- repo: https://github.com/psf/black
30-
rev: 23.7.0
30+
rev: 23.9.1
3131
hooks:
3232
- id: black
3333

0 commit comments

Comments
 (0)