File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 19.10b0
3
+ rev : 22.12.0
4
4
hooks :
5
5
- id : black
6
6
args :
7
7
- --safe
8
8
- --quiet
9
9
files : ^((custom_components|tests)/.+)?[^/]+\.py$
10
10
- repo : https://github.com/codespell-project/codespell
11
- rev : v1.16.0
11
+ rev : v2.2.2
12
12
hooks :
13
13
- id : codespell
14
14
args :
15
15
- --ignore-words-list=hass
16
16
- --skip="./.*,*.csv,*.json"
17
17
- --quiet-level=2
18
18
exclude_types : [csv, json]
19
- - repo : https://gitlab .com/pycqa/flake8
20
- rev : 3.8.3
19
+ - repo : https://github .com/pycqa/flake8
20
+ rev : 5.0.4
21
21
hooks :
22
22
- id : flake8
23
23
additional_dependencies :
24
- - flake8-docstrings==1.5 .0
25
- - pydocstyle==5.0.2
24
+ - flake8-docstrings==1.6 .0
25
+ - pydocstyle==6.1.1
26
26
files : ^(custom_components|tests)/.+\.py$
27
27
- repo : https://github.com/PyCQA/bandit
28
- rev : 1.6.2
28
+ rev : 1.7.4
29
29
hooks :
30
30
- id : bandit
31
31
args :
@@ -34,17 +34,17 @@ repos:
34
34
- --configfile=tests/bandit.yaml
35
35
files : ^(custom_components|tests)/.+\.py$
36
36
- repo : https://github.com/pre-commit/mirrors-isort
37
- rev : v4.3.21
37
+ rev : v5.9.3
38
38
hooks :
39
39
- id : isort
40
40
- repo : https://github.com/pre-commit/pre-commit-hooks
41
- rev : v2.4 .0
41
+ rev : v4.3 .0
42
42
hooks :
43
43
- id : check-executables-have-shebangs
44
44
stages : [manual]
45
45
- id : check-json
46
46
- repo : https://github.com/adrienverge/yamllint.git
47
- rev : v1.23 .0
47
+ rev : v1.28 .0
48
48
hooks :
49
49
- id : yamllint
50
50
- repo : local
56
56
language : system
57
57
files : ^(custom_components|tests)/.+\.py$
58
58
- repo : https://github.com/pre-commit/mirrors-mypy
59
- rev : v0.790
59
+ rev : v0.991
60
60
hooks :
61
61
- id : mypy
62
62
name : mypy
You can’t perform that action at this time.
0 commit comments