@@ -16,42 +16,42 @@ repos:
16
16
- id : reorder-python-imports
17
17
args : [--py38-plus]
18
18
19
- # - repo: https://github.com/pre-commit/mirrors-autopep8
20
- # rev: v1.6.0
21
- # hooks:
22
- # - id: autopep8
23
-
24
- # - repo: https://github.com/PyCQA/flake8
25
- # rev: 4.0.1
26
- # hooks:
27
- # - id: flake8
28
- # args: ["--ignore=E501,W601,F401,E226,E722,E265,W504,E711,F841,E741,F821,E713,W503,F811"]
29
-
30
- # - repo: https://github.com/asottile/add-trailing-comma
31
- # rev: v2.2.3
32
- # hooks:
33
- # - id: add-trailing-comma
34
- # args: [--py36-plus]
35
-
36
- # - repo: https://github.com/asottile/pyupgrade
37
- # rev: v2.37.2
38
- # hooks:
39
- # - id: pyupgrade
40
- # args: [--py38-plus]
41
-
42
-
43
- # # - repo: https://github.com/pre-commit/mirrors-mypy
44
- # # rev: v0.961
45
- # # hooks:
46
- # # - id: mypy
47
-
48
- # - repo: https://github.com/psf/black
49
- # rev: 22.3.0
50
- # hooks:
51
- # - id: black
52
-
53
- # - repo: https://github.com/PyCQA/isort
54
- # rev: 5.10.1
55
- # hooks:
56
- # - id: isort
57
- # args: ["--py=38", "--profile", "black", "--filter-files"] # solves conflicts between black and isort
19
+ - repo : https://github.com/pre-commit/mirrors-autopep8
20
+ rev : v1.6.0
21
+ hooks :
22
+ - id : autopep8
23
+
24
+ - repo : https://github.com/PyCQA/flake8
25
+ rev : 4.0.1
26
+ hooks :
27
+ - id : flake8
28
+ args : ["--ignore=E501,W601,F401,E226,E722,E265,W504,E711,F841,E741,F821,E713,W503,F811"]
29
+
30
+ - repo : https://github.com/asottile/add-trailing-comma
31
+ rev : v2.2.3
32
+ hooks :
33
+ - id : add-trailing-comma
34
+ args : [--py36-plus]
35
+
36
+ - repo : https://github.com/asottile/pyupgrade
37
+ rev : v2.37.2
38
+ hooks :
39
+ - id : pyupgrade
40
+ args : [--py38-plus]
41
+
42
+
43
+ # - repo: https://github.com/pre-commit/mirrors-mypy
44
+ # rev: v0.961
45
+ # hooks:
46
+ # - id: mypy
47
+
48
+ - repo : https://github.com/psf/black
49
+ rev : 22.3.0
50
+ hooks :
51
+ - id : black
52
+
53
+ - repo : https://github.com/PyCQA/isort
54
+ rev : 5.10.1
55
+ hooks :
56
+ - id : isort
57
+ args : ["--py=38", "--profile", "black", "--filter-files"] # solves conflicts between black and isort
0 commit comments