File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
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 : 22.12 .0
3
+ rev : 25.1 .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 : v2.2.2
11
+ rev : v2.4.1
12
12
hooks :
13
13
- id : codespell
14
14
args :
@@ -17,34 +17,34 @@ repos:
17
17
- --quiet-level=2
18
18
exclude_types : [csv, json]
19
19
- repo : https://github.com/pycqa/flake8
20
- rev : 5.0.4
20
+ rev : 7.3.0
21
21
hooks :
22
22
- id : flake8
23
23
additional_dependencies :
24
24
- flake8-docstrings==1.6.0
25
25
- pydocstyle==6.1.1
26
26
files : ^(custom_components|tests)/.+\.py$
27
27
- repo : https://github.com/PyCQA/bandit
28
- rev : 1.7.4
28
+ rev : 1.8.6
29
29
hooks :
30
30
- id : bandit
31
31
args :
32
32
- --quiet
33
33
- --format=custom
34
34
- --configfile=tests/bandit.yaml
35
35
files : ^(custom_components|tests)/.+\.py$
36
- - repo : https://github.com/pre-commit/mirrors- isort
37
- rev : v5.9.3
36
+ - repo : https://github.com/PyCQA/ isort
37
+ rev : 6.0.1
38
38
hooks :
39
39
- id : isort
40
40
- repo : https://github.com/pre-commit/pre-commit-hooks
41
- rev : v4.3 .0
41
+ rev : v6.0 .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.28.0
47
+ rev : v1.37.1
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.991
59
+ rev : v1.17.1
60
60
hooks :
61
61
- id : mypy
62
62
name : mypy
You can’t perform that action at this time.
0 commit comments