We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5556aaf commit e128507Copy full SHA for e128507
.pre-commit-config.yaml
@@ -2,21 +2,21 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/python/black
5
- rev: 21.5b0
+ rev: 21.5b1
6
hooks:
7
- id: black
8
types: [file]
9
files: \.(py|pyi)$
10
11
- repo: https://github.com/sqlalchemyorg/zimports
12
- rev: 0.3.0
+ rev: v0.4.0
13
14
- id: zimports
15
16
17
18
- repo: https://github.com/pycqa/flake8
19
- rev: 3.8.4
+ rev: 3.9.2
20
21
- id: flake8
22
0 commit comments