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 5edf995 commit 0793f3aCopy full SHA for 0793f3a
.pre-commit-config.yaml
@@ -0,0 +1,15 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/mirrors-isort
3
+ rev: v4.3.21
4
+ hooks:
5
+ - id: isort
6
+ language_version: python3.7
7
+ - repo: https://github.com/ambv/black
8
+ rev: stable
9
10
+ - id: black
11
12
+ - repo: https://github.com/pre-commit/pre-commit-hooks
13
+ rev: v2.3.0
14
15
+ - id: flake8
requirements_dev.txt
@@ -1,3 +1,7 @@
# Requirements of this dev
FireWorks==1.8.7
-GitPython==2.1.11
+GitPython==2.1.11
+black==19.3b0
+flake8==3.7.8
+isort==4.3.21
+pre-commit==1.18.3
0 commit comments