File tree Expand file tree Collapse file tree 1 file changed +16
-20
lines changed Expand file tree Collapse file tree 1 file changed +16
-20
lines changed Original file line number Diff line number Diff line change 4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
7
- - id : check-docstring-first
8
- - id : check-json
9
- - id : check-added-large-files
10
7
- id : check-yaml
11
8
- id : debug-statements
12
- - id : name-tests-test
13
9
- id : double-quote-string-fixer
10
+ - id : name-tests-test
14
11
- id : requirements-txt-fixer
15
- - repo : https://github.com/PyCQA/flake8
16
- rev : 4.0.1
17
- hooks :
18
- - id : flake8
19
- additional_dependencies : [flake8-typing-imports==1.12.0]
20
- - repo : https://github.com/pre-commit/mirrors-autopep8
21
- rev : v1.6.0
12
+ - repo : https://github.com/asottile/setup-cfg-fmt
13
+ rev : v1.20.0
22
14
hooks :
23
- - id : autopep8
15
+ - id : setup-cfg-fmt
24
16
- repo : https://github.com/asottile/reorder_python_imports
25
17
rev : v3.0.1
26
18
hooks :
27
19
- id : reorder-python-imports
28
20
args : [--py37-plus, --add-import, 'from __future__ import annotations']
21
+ - repo : https://github.com/asottile/add-trailing-comma
22
+ rev : v2.2.1
23
+ hooks :
24
+ - id : add-trailing-comma
25
+ args : [--py36-plus]
29
26
- repo : https://github.com/asottile/pyupgrade
30
27
rev : v2.31.1
31
28
hooks :
32
29
- id : pyupgrade
33
30
args : [--py37-plus]
34
- - repo : https://github.com/asottile/add-trailing-comma
35
- rev : v2.2.1
31
+ - repo : https://github.com/pre-commit/mirrors-autopep8
32
+ rev : v1.6.0
36
33
hooks :
37
- - id : add-trailing-comma
38
- args : [--py36-plus]
39
- - repo : https://github.com/asottile/setup-cfg-fmt
40
- rev : v1.20.0
34
+ - id : autopep8
35
+ - repo : https://github.com/PyCQA/flake8
36
+ rev : 4.0.1
41
37
hooks :
42
- - id : setup-cfg-fmt
38
+ - id : flake8
43
39
- repo : https://github.com/pre-commit/mirrors-mypy
44
- rev : v0.941
40
+ rev : v0.942
45
41
hooks :
46
42
- id : mypy
47
43
additional_dependencies : [types-all]
You can’t perform that action at this time.
0 commit comments