File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
- name : Switch to using Python 3.12 by default
21
21
uses : actions/setup-python@v6
22
22
with :
23
- python-version : " 3.12 "
23
+ python-version : " 3.13 "
24
24
25
25
- name : Install tox
26
26
run : python3 -m pip install --user "tox>=4.0.0"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
19
19
20
20
jobs :
21
21
tox :
22
- uses : ansible/team-devtools/.github/workflows/tox.yml@d894908cc9005130104c9807b460453c7c2bb398 # pinned due to issue with setup-uv
22
+ uses : ansible/team-devtools/.github/workflows/tox.yml@6e6d84013a189c7aa5e1eb26c3389e11d4b0d9bc # pinned due to issue with setup-uv
23
23
with :
24
24
max_python : " 3.13"
25
25
jobs_producing_coverage : 8
Original file line number Diff line number Diff line change 40
40
- prettier-plugin-sort-json
41
41
42
42
- repo : https://github.com/pappasam/toml-sort
43
- rev : v0.24.2
43
+ rev : v0.24.3
44
44
hooks :
45
45
- id : toml-sort-fix
46
46
alias : toml
51
51
- id : tox-ini-fmt
52
52
53
53
- repo : https://github.com/astral-sh/ruff-pre-commit
54
- rev : v0.12.11
54
+ rev : v0.13.0
55
55
hooks :
56
56
- id : ruff
57
57
entry : sh -c 'ruff check --fix --force-exclude && ruff format --force-exclude'
64
64
name : Spell check with cspell
65
65
66
66
- repo : https://github.com/jsh9/pydoclint
67
- rev : " 0.6.11 "
67
+ rev : " 0.7.3 "
68
68
hooks :
69
69
- id : pydoclint
70
70
# This allows automatic reduction of the baseline file when needed.
86
86
- tox
87
87
88
88
- repo : https://github.com/pre-commit/mirrors-mypy.git
89
- rev : v1.17 .1
89
+ rev : v1.18 .1
90
90
hooks :
91
91
- id : mypy
92
92
additional_dependencies :
You can’t perform that action at this time.
0 commit comments