Skip to content

Commit daa0ab0

Browse files
authored
Update pre-commit tools (#1364)
1 parent a000d58 commit daa0ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ repos:
1616
- id: trailing-whitespace
1717
exclude: README.md
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.37.3
19+
rev: v3.2.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
2323
- repo: https://github.com/psf/black
24-
rev: 22.6.0
24+
rev: 22.10.0
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)