Skip to content

Commit e128507

Browse files
committed
Update pre-commit hooks
1 parent 5556aaf commit e128507

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
@@ -2,21 +2,21 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/python/black
5-
rev: 21.5b0
5+
rev: 21.5b1
66
hooks:
77
- id: black
88
types: [file]
99
files: \.(py|pyi)$
1010

1111
- repo: https://github.com/sqlalchemyorg/zimports
12-
rev: 0.3.0
12+
rev: v0.4.0
1313
hooks:
1414
- id: zimports
1515
types: [file]
1616
files: \.(py|pyi)$
1717

1818
- repo: https://github.com/pycqa/flake8
19-
rev: 3.8.4
19+
rev: 3.9.2
2020
hooks:
2121
- id: flake8
2222
types: [file]

0 commit comments

Comments
 (0)