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 514962b commit 066a1a1Copy full SHA for 066a1a1
.pre-commit-config.yaml
@@ -0,0 +1,12 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v3.1.0
4
+ hooks:
5
+ - id: check-ast
6
+ - id: check-builtin-literals
7
+ - id: check-merge-conflict
8
+ - id: end-of-file-fixer
9
+ - id: trailing-whitespace
10
+ - id: debug-statements
11
+ - id: fix-encoding-pragma
12
+ args: [--remove]
requirements_dev.txt
@@ -31,9 +31,12 @@ IPython>=7.2.0
31
32
# testing dependencies
33
tox>=3.0.0
34
-flake8>=3.5.0
35
pytest>=3.7.1
36
pluggy>=0.7
37
pytest-cov>=2.5.1
38
pytest-runner>=2.11.1
39
pytest-benchmark>=3.1.1
+
40
+# code quality asurence
41
+flake8>=3.8.3
42
+pre-commit>=2.6.0
0 commit comments