File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
ansible-builder==3.1.0
8
8
astroid==3.3.6
9
- attrs==24.2 .0
9
+ attrs==24.3 .0
10
10
babel==2.16.0
11
11
beautifulsoup4==4.12.3
12
12
bindep==2.11.0
@@ -36,6 +36,7 @@ execnet==2.1.1
36
36
filelock==3.16.1
37
37
ghp-import==2.1.0
38
38
griffe==1.5.1
39
+ hjson==3.1.0
39
40
htmlmin2==0.1.13
40
41
identify==2.6.3
41
42
idna==3.10
@@ -75,12 +76,11 @@ pathspec==0.12.1
75
76
pbr==6.1.0
76
77
pillow==11.0.0
77
78
pip-tools==7.4.1
78
- pipdeptree==2.24.0
79
79
platformdirs==4.3.6
80
80
pluggy==1.5.0
81
81
pre-commit==4.0.1
82
82
pycparser==2.22
83
- pydoclint==0.5.11
83
+ pydoclint==0.5.12
84
84
pygments==2.18.0
85
85
pylint==3.3.2
86
86
pymdown-extensions==10.12
@@ -100,6 +100,7 @@ ruff==0.8.3
100
100
six==1.17.0
101
101
soupsieve==2.6
102
102
subprocess-tee==0.4.2
103
+ super-collections==0.5.3
103
104
termcolor==2.5.0
104
105
text-unidecode==1.3
105
106
tinycss2==1.4.0
Original file line number Diff line number Diff line change 34
34
)$
35
35
36
36
- repo : https://github.com/pycontribs/mirrors-prettier
37
- rev : v3.3.3
37
+ rev : v3.4.2
38
38
hooks :
39
39
- id : prettier
40
40
always_run : true
59
59
- id : tox-ini-fmt
60
60
61
61
- repo : https://github.com/astral-sh/ruff-pre-commit
62
- rev : v0.8.1
62
+ rev : v0.8.3
63
63
hooks :
64
64
- id : ruff
65
65
args :
@@ -75,13 +75,13 @@ repos:
75
75
- id : black
76
76
77
77
- repo : https://github.com/streetsidesoftware/cspell-cli
78
- rev : v8.16.0
78
+ rev : v8.16.1
79
79
hooks :
80
80
- id : cspell
81
81
name : Spell check with cspell
82
82
83
83
- repo : https://github.com/jsh9/pydoclint
84
- rev : " 0.5.9 "
84
+ rev : " 0.5.12 "
85
85
hooks :
86
86
- id : pydoclint
87
87
# This allows automatic reduction of the baseline file when needed.
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
requires =
3
+ setuptools>=65.3
3
4
tox>=4.11.3
5
+ tox-uv>=1.16
4
6
env_list =
5
7
py
6
8
deps
@@ -79,7 +81,9 @@ commands =
79
81
description = Enforce quality standards under {basepython}
80
82
skip_install = true
81
83
deps =
82
- pre-commit
84
+ pre-commit>=4.0.1
85
+ pre-commit-uv>=4.1.4
86
+ setuptools>=51.1.1
83
87
set_env =
84
88
PIP_CONSTRAINT = /dev/null
85
89
commands =
You can’t perform that action at this time.
0 commit comments