Skip to content

Commit 248c4ed

Browse files
Update pre-commit hooks. (#320)
Co-authored-by: fabiocaccamo <[email protected]>
1 parent 6b8e627 commit 248c4ed

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,13 +3,13 @@
33
repos:
44

55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.9.0
6+
rev: v3.11.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py38-plus"]
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.0.278
12+
rev: v0.0.290
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]
@@ -21,7 +21,7 @@ repos:
2121
args: ["--profile", "black"]
2222

2323
- repo: https://github.com/psf/black
24-
rev: 23.7.0
24+
rev: 23.9.1
2525
hooks:
2626
- id: black
2727

0 commit comments

Comments
 (0)