-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path.pre-commit-config.yaml
34 lines (34 loc) · 1.05 KB
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: fea9b2ece73cfac7e0246e6d84bcd1dfce5bce1b
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: autopep8-wrapper
args:
- -i
- --ignore=E265,E309,E501
- -v
- id: check-json
- id: check-yaml
- id: check-added-large-files
- id: check-case-conflict
- id: check-docstring-first
- id: debug-statements
- id: requirements-txt-fixer
- id: name-tests-test
- id: flake8
args:
- --max-line-length=100
- --max-complexity=10
- repo: git://github.com/asottile/reorder_python_imports
sha: ab361ca1e4dfaeea0c4eab464c799e02cb306ab3
hooks:
- id: reorder-python-imports
- repo: git://github.com/guykisel/pre-commit-robotframework-tidy
sha: 07d9ed1dea81d8c0abc783a8f3469ca01801004b
hooks:
- id: robotframework-tidy-wrapper
- repo: git://github.com/guykisel/prospector-mirror
sha: 00fbd80101566b1b9c873c71f2ab7b95b8bd0a7d
hooks:
- id: prospector