added precommit hooks
Browse files- .pre-commit-config.yaml +2 -1
.pre-commit-config.yaml
CHANGED
@@ -5,12 +5,13 @@
|
|
5 |
- id: check-ast
|
6 |
- id: check-case-conflict
|
7 |
- id: check-merge-conflict
|
8 |
-
- id: detect-private-key
|
9 |
- id: double-quote-string-fixer
|
10 |
- id: end-of-file-fixer
|
11 |
- id: flake8
|
12 |
- id: requirements-txt-fixer
|
13 |
- id: trailing-whitespace
|
|
|
|
|
14 |
- repo: https://github.com/asottile/reorder_python_imports
|
15 |
sha: v0.3.5
|
16 |
hooks:
|
|
|
5 |
- id: check-ast
|
6 |
- id: check-case-conflict
|
7 |
- id: check-merge-conflict
|
|
|
8 |
- id: double-quote-string-fixer
|
9 |
- id: end-of-file-fixer
|
10 |
- id: flake8
|
11 |
- id: requirements-txt-fixer
|
12 |
- id: trailing-whitespace
|
13 |
+
- id: fix-encoding-pragma
|
14 |
+
- id: debug-statements
|
15 |
- repo: https://github.com/asottile/reorder_python_imports
|
16 |
sha: v0.3.5
|
17 |
hooks:
|