File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ repos:
31
31
hooks :
32
32
- id : remove-tabs
33
33
- repo : https://github.com/astral-sh/ruff-pre-commit
34
- rev : " v0.1.4 "
34
+ rev : " v0.1.6 "
35
35
hooks :
36
36
- id : ruff
37
37
args : [--fix, --exit-non-zero-on-fix]
38
38
- repo : https://github.com/pre-commit/mirrors-prettier
39
39
# keep it before yamllint
40
- rev : v3.0 .3
40
+ rev : v4.0.0-alpha .3
41
41
hooks :
42
42
- id : prettier
43
43
always_run : true
@@ -46,17 +46,17 @@ repos:
46
46
- prettier-plugin-toml
47
47
- prettier-plugin-sort-json
48
48
- repo : https://github.com/psf/black
49
- rev : 23.10.1
49
+ rev : 23.11.0
50
50
hooks :
51
51
- id : black
52
52
language_version : python3
53
53
- repo : https://github.com/streetsidesoftware/cspell-cli
54
- rev : v7.3.2
54
+ rev : v8.0.0
55
55
hooks :
56
56
- id : cspell
57
57
name : Spell check with cspell
58
58
- repo : https://github.com/python-jsonschema/check-jsonschema
59
- rev : 0.27.1
59
+ rev : 0.27.2
60
60
hooks :
61
61
- id : check-github-workflows
62
62
- repo : https://github.com/jsh9/pydoclint
75
75
- ansible-core
76
76
- pytest
77
77
- repo : https://github.com/pre-commit/mirrors-mypy
78
- rev : v1.6 .1
78
+ rev : v1.7 .1
79
79
hooks :
80
80
- id : mypy
81
81
# Do not modify args to match mypy cli/ide behavior, use config if needed.
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ addopts = ["--tb=native"]
126
126
markers = [" old" , " unit" , " requires_ansible_v2" ]
127
127
128
128
[tool .ruff ]
129
- required-version = " 0.1.4 "
129
+ required-version = " 0.1.6 "
130
130
select = [" ALL" ]
131
131
ignore = [
132
132
" E501" , # we use black
You can’t perform that action at this time.
0 commit comments