File tree Expand file tree Collapse file tree 4 files changed +196
-183
lines changed Expand file tree Collapse file tree 4 files changed +196
-183
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 @@ -21,7 +21,7 @@ concurrency:
21
21
22
22
jobs :
23
23
tox :
24
- uses : ansible/team-devtools/.github/workflows/tox.yml@d894908cc9005130104c9807b460453c7c2bb398 # pinned due to issue with setup-uv
24
+ uses : ansible/team-devtools/.github/workflows/tox.yml@bad0e5381a7a522da070ebddf123661d7dcd5cc1 # pinned due to issue with setup-uv
25
25
with :
26
26
max_python : " 3.13"
27
27
jobs_producing_coverage : 8
Original file line number Diff line number Diff line change 8
8
hooks :
9
9
- id : check-useless-excludes
10
10
- repo : https://github.com/astral-sh/uv-pre-commit
11
- rev : 0.8.17
11
+ rev : 0.8.19
12
12
hooks :
13
13
- id : uv-sync
14
14
- id : uv-lock
62
62
alias : toml
63
63
64
64
- repo : https://github.com/astral-sh/ruff-pre-commit
65
- rev : v0.13.0
65
+ rev : v0.13.1
66
66
hooks :
67
67
- id : ruff-format
68
68
alias : ruff
92
92
- tox
93
93
94
94
- repo : https://github.com/pre-commit/mirrors-mypy.git
95
- rev : v1.18.1
95
+ rev : v1.18.2
96
96
hooks :
97
97
- id : mypy
98
98
additional_dependencies :
You can’t perform that action at this time.
0 commit comments