File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
repos :
9
9
- repo : https://github.com/asottile/pyupgrade
10
- rev : v3.3.1
10
+ rev : v3.7.0
11
11
hooks :
12
12
- id : pyupgrade
13
13
args : [--py39-plus]
@@ -17,20 +17,20 @@ repos:
17
17
- id : isort
18
18
files : ^((custom_components)/.+)?[^/]+\.py$
19
19
- repo : https://github.com/myint/autoflake/
20
- rev : v2.0 .1
20
+ rev : v2.1 .1
21
21
hooks :
22
22
- id : autoflake
23
23
files : ^((custom_components)/.+)?[^/]+\.py$
24
24
- repo : https://github.com/psf/black
25
- rev : 23.1 .0
25
+ rev : 23.3 .0
26
26
hooks :
27
27
- id : black
28
28
args :
29
29
- --safe
30
30
- --quiet
31
31
files : ^((custom_components)/.+)?[^/]+\.py$
32
32
- repo : https://github.com/codespell-project/codespell
33
- rev : v2.2.2
33
+ rev : v2.2.5
34
34
hooks :
35
35
- id : codespell
36
36
args :
48
48
- Flake8-pyproject==1.2.2
49
49
files : ^((custom_components)/.+)?[^/]+\.py$
50
50
- repo : https://github.com/PyCQA/bandit
51
- rev : 1.7.4
51
+ rev : 1.7.5
52
52
hooks :
53
53
- id : bandit
54
54
args :
@@ -68,17 +68,17 @@ repos:
68
68
- id : check-json
69
69
exclude : (.vscode|.devcontainer)
70
70
- repo : https://github.com/pre-commit/mirrors-mypy
71
- rev : v1.0 .0
71
+ rev : v1.3 .0
72
72
hooks :
73
73
- id : mypy
74
74
additional_dependencies : [types-all]
75
75
- repo : https://github.com/adrienverge/yamllint.git
76
- rev : v1.29 .0
76
+ rev : v1.32 .0
77
77
hooks :
78
78
- id : yamllint
79
79
exclude : (.vscode|.devcontainer|.github)
80
80
- repo : https://github.com/pappasam/toml-sort
81
- rev : v0.22.3
81
+ rev : v0.23.1
82
82
hooks :
83
83
- id : toml-sort
84
84
args : []
You can’t perform that action at this time.
0 commit comments