1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v3.2 .0
3
+ rev : v3.3 .0
4
4
hooks :
5
5
- id : check-case-conflict
6
6
- id : check-merge-conflict
7
7
- id : trailing-whitespace
8
8
args : [--markdown-linebreak-ext=md]
9
9
- id : end-of-file-fixer
10
10
- id : check-toml
11
- - id : check-xml
12
11
- id : check-yaml
13
12
- id : requirements-txt-fixer
14
- - repo : https://github.com/prettier/prettier
15
- rev : 2.1.1
13
+ - repo : https://github.com/prettier/pre-commit
14
+ rev : 57f39166b5a5a504d6808b87ab98d41ebf095b46
16
15
hooks :
17
16
- id : prettier
18
17
args : [--prose-wrap=always, --print-width=88]
19
- - id : prettier
20
- alias : prettier-xml
21
- name : prettier xml
22
- additional_dependencies :
["@prettier/[email protected] "]
23
- args : [--plugin=@prettier/plugin-xml, --prose-wrap=always, --print-width=88]
24
- files : " "
25
- types : [xml]
26
- - repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
27
- rev : v1.5.0
28
- hooks :
29
- - id : pretty-format-ini
30
- args : [--autofix]
31
- types : [ini]
32
- files : " "
33
18
- repo : https://github.com/mgedmin/check-manifest
34
- rev : " 0.42 "
19
+ rev : " 0.45 "
35
20
hooks :
36
21
- id : check-manifest
37
22
- repo : https://github.com/asottile/seed-isort-config
@@ -42,22 +27,31 @@ repos:
42
27
always_run : false
43
28
types : [python]
44
29
- repo : https://github.com/timothycrosley/isort
45
- rev : 5.5.2
30
+ rev : 5.6.4
46
31
hooks :
47
32
- id : isort
48
33
additional_dependencies :
49
34
- toml
50
- - repo : https://github.com/PyCQA/bandit
51
- rev : 1.6.2
35
+ - repo : https://github.com/asottile/setup-cfg-fmt
36
+ rev : v1.15.1
52
37
hooks :
53
- - id : bandit
54
- args : [--recursive, --quiet, --skip=B322]
38
+ - id : setup-cfg-fmt
39
+ - repo : https://github.com/asottile/pyupgrade
40
+ rev : v2.7.4
41
+ hooks :
42
+ - id : pyupgrade
43
+ args : [--py37-plus]
55
44
- repo : https://github.com/psf/black
56
45
rev : 20.8b1
57
46
hooks :
58
47
- id : black
48
+ - repo : https://github.com/PyCQA/bandit
49
+ rev : 1.6.2
50
+ hooks :
51
+ - id : bandit
52
+ args : [--recursive, --quiet, --skip=B322]
59
53
- repo : https://gitlab.com/pycqa/flake8
60
- rev : 3.8.3
54
+ rev : 3.8.4
61
55
hooks :
62
56
- id : flake8 # E***, W***, F***
63
57
additional_dependencies :
70
64
- flake8-variables-names # VNE***
71
65
- mccabe # C9**
72
66
- pep8-naming # N8**
73
- # - repo: https://github.com/PyCQA/pylint
74
- # rev: master
75
- # hooks:
76
- # - id: pylint
67
+ # - repo: https://github.com/pre-commit/mirrors-mypy
68
+ # rev: v0.790
69
+ # hooks:
70
+ # - id: mypy
0 commit comments