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 b35e2bd commit 38165f1Copy full SHA for 38165f1
.pre-commit-config.yaml
@@ -1,28 +1,18 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
-- repo: https://github.com/python/black
5
- rev: 20.8b1
6
- hooks:
7
- - id: black
8
-
9
- repo: https://github.com/sqlalchemyorg/zimports
10
rev: 0.2.2
11
hooks:
12
- id: zimports
+ types: [file]
+ files: \.(py|pyi)$
13
14
-- repo: https://github.com/pycqa/flake8
15
- rev: 3.8.4
+- repo: https://github.com/python/black
+ rev: 20.8b1
16
17
- - id: flake8
18
- additional_dependencies:
19
- - flake8-import-order
20
- - flake8-builtins
21
- - flake8-docstrings
22
- - flake8-rst-docstrings
23
- - pydocstyle<4.0.0
24
- - pygments
25
26
+ - id: black
27
28
0 commit comments