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 76eab30 commit 7d9fe9dCopy full SHA for 7d9fe9d
.pre-commit-config.yaml
@@ -0,0 +1,16 @@
1
+# https://pre-commit.com/
2
+repos:
3
+ # isort should run before black as black sometimes tweaks the isort output
4
+ - repo: https://github.com/timothycrosley/isort
5
+ rev: 4.3.21
6
+ hooks:
7
+ - id: isort
8
+ # https://github.com/python/black#version-control-integration
9
+ - repo: https://github.com/python/black
10
+ rev: stable
11
12
+ - id: black
13
+ - repo: https://gitlab.com/pycqa/flake8
14
+ rev: 3.8.1
15
16
+ - id: flake8
0 commit comments