Skip to content

Commit ba4976f

Browse files
committed
update hooks
1 parent 0910b5b commit ba4976f

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

.pre-commit-config.yaml

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
repos:
2-
- repo: https://github.com/ambv/black
3-
rev: 61feadc
2+
- repo: https://github.com/ambv/black
3+
rev: 19.3b0
44
hooks:
55
- id: black
66
language_version: python
7+
8+
- repo: https://gitlab.com/pycqa/flake8
9+
rev: 3.7.7
10+
hooks:
11+
- id: flake8
12+
language_version: python3.7
13+
14+
- repo: https://github.com/asottile/seed-isort-config
15+
rev: v1.9.0
16+
hooks:
17+
- id: seed-isort-config
18+
19+
- repo: https://github.com/pre-commit/mirrors-isort
20+
rev: v4.3.18
21+
hooks:
22+
- id: isort
23+
language_version: python3.7
24+
25+
- repo: https://github.com/pre-commit/pre-commit-hooks
26+
rev: v2.2.1
27+
hooks:
28+
- id: trailing-whitespace
29+
- id: end-of-file-fixer
30+
- id: debug-statements

0 commit comments

Comments
 (0)