Skip to content

Commit 0fab820

Browse files
committed
Update pre-commit
1 parent a900cdd commit 0fab820

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
- repo: https://github.com/psf/black
55
# If you update the version here, also update it in tox.ini (py*-pytestlatest-linters)
6-
rev: 23.3.0
6+
rev: 23.7.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
@@ -19,7 +19,7 @@ repos:
1919
- id: check-yaml
2020
- id: check-added-large-files
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.3.1
22+
rev: v3.9.0
2323
hooks:
2424
- id: pyupgrade
2525
args: ["--py38-plus"]

0 commit comments

Comments
 (0)