Skip to content

Commit 3585492

Browse files
Update precommit hooks (#30)
1 parent 4c648d5 commit 3585492

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,7 +16,7 @@ repos:
1616
- id: check-toml
1717
- id: check-added-large-files
1818
- repo: https://github.com/psf/black
19-
rev: 22.6.0
19+
rev: 22.8.0
2020
hooks:
2121
- id: black
2222
- repo: https://gitlab.com/pycqa/flake8
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v2.37.3
32+
rev: v2.38.0
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]

0 commit comments

Comments
 (0)