-
Notifications
You must be signed in to change notification settings - Fork 26
/
.pre-commit-config.yaml
43 lines (43 loc) · 1.19 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
35
36
37
38
39
40
41
42
43
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: check-docstring-first
- id: check-executables-have-shebangs
- id: check-json
- id: check-merge-conflict
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.2
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==18.8.0
- flake8-builtins==1.4.1
- flake8-comprehensions==1.4.1
- flake8-tidy-imports==1.1.0
- repo: https://github.com/asottile/yesqa
rev: v0.0.8
hooks:
- id: yesqa
additional_dependencies:
- flake8-bugbear==18.8.0
- flake8-builtins==1.4.1
- flake8-comprehensions==1.4.1
- flake8-tidy-imports==1.1.0
- flake8==3.7.2
- repo: https://github.com/asottile/pyupgrade
rev: v1.11.1
hooks:
- id: pyupgrade
- repo: https://github.com/asottile/add-trailing-comma
rev: v0.7.1
hooks:
- id: add-trailing-comma
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.701
hooks:
- id: mypy