File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ babel==2.15.0
10
10
beautifulsoup4==4.12.3
11
11
bindep==2.11.0
12
12
black==24.4.2
13
+ build==1.2.1
13
14
cachetools==5.3.3
14
15
cairocffi==1.7.0
15
16
cairosvg==2.7.1
@@ -20,7 +21,7 @@ chardet==5.2.0
20
21
charset-normalizer==3.3.2
21
22
click==8.1.7
22
23
colorama==0.4.6
23
- coverage==7.5.1
24
+ coverage==7.5.2
24
25
csscompressor==0.9.5
25
26
cssselect2==0.7.0
26
27
defusedxml==0.7.1
@@ -31,6 +32,7 @@ docstring-parser-fork==0.0.5
31
32
exceptiongroup==1.2.1
32
33
execnet==2.1.1
33
34
filelock==3.14.0
35
+ flake8==7.0.0
34
36
ghp-import==2.1.0
35
37
griffe==0.45.2
36
38
htmlmin2==0.1.13
@@ -46,13 +48,16 @@ markdown==3.6
46
48
markdown-exec==1.8.3
47
49
markdown-include==0.8.1
48
50
markupsafe==2.1.5
51
+ mccabe==0.7.0
49
52
mergedeep==1.3.4
50
53
mkdocs==1.6.0
51
54
mkdocs-ansible==24.3.1
52
55
mkdocs-autorefs==1.0.1
53
56
mkdocs-gen-files==0.5.0
57
+ mkdocs-get-deps==0.2.0
54
58
mkdocs-htmlproofer-plugin==1.2.1
55
- mkdocs-material==9.5.24
59
+ mkdocs-macros-plugin==1.0.5
60
+ mkdocs-material==9.5.25
56
61
mkdocs-material-extensions==1.3.1
57
62
mkdocs-minify-plugin==0.8.0
58
63
mkdocs-monorepo-plugin==1.1.0
@@ -67,15 +72,19 @@ parsley==1.3
67
72
pathspec==0.12.1
68
73
pbr==6.0.0
69
74
pillow==10.3.0
75
+ pip-tools==7.4.1
70
76
pipdeptree==2.21.0
71
77
platformdirs==4.2.2
72
78
pluggy==1.5.0
73
79
pre-commit==3.7.1
80
+ pycodestyle==2.11.1
74
81
pycparser==2.22
75
82
pydoclint==0.4.1
83
+ pyflakes==3.2.0
76
84
pygments==2.18.0
77
85
pymdown-extensions==10.8.1
78
86
pyproject-api==1.6.1
87
+ pyproject-hooks==1.1.0
79
88
pytest==8.2.1
80
89
pytest-xdist==3.6.1
81
90
python-dateutil==2.9.0.post0
@@ -91,6 +100,7 @@ ruff==0.4.5
91
100
six==1.16.0
92
101
soupsieve==2.5
93
102
subprocess-tee==0.4.1
103
+ termcolor==2.4.0
94
104
text-unidecode==1.3
95
105
tinycss2==1.3.0
96
106
toml-sort==0.23.1
@@ -104,6 +114,8 @@ urllib3==2.2.1
104
114
virtualenv==20.26.2
105
115
watchdog==4.0.1
106
116
webencodings==0.5.1
117
+ wheel==0.43.0
107
118
108
119
# The following packages are considered to be unsafe in a requirements file:
120
+ # pip
109
121
# setuptools
Original file line number Diff line number Diff line change 7
7
chore: auto fixes from pre-commit.com hooks
8
8
9
9
for more information, see https://pre-commit.ci
10
- skip :
11
- - deps
12
10
repos :
13
11
- repo : https://github.com/pre-commit/pre-commit-hooks
14
12
rev : v4.6.0
65
63
- " --exit-non-zero-on-fix"
66
64
67
65
- repo : https://github.com/streetsidesoftware/cspell-cli
68
- rev : v8.8.0
66
+ rev : v8.8.2
69
67
hooks :
70
68
- id : cspell
71
69
name : Spell check with cspell
79
77
- pydoclint[flake8]
80
78
81
79
- repo : https://github.com/pycqa/pylint.git
82
- rev : v3.1.0
80
+ rev : v3.2.2
83
81
hooks :
84
82
- id : pylint
85
83
args :
98
96
additional_dependencies :
99
97
- pytest
100
98
- subprocess_tee
101
- - types-PyYAML
99
+ - types-pyyaml
102
100
- types-setuptools
103
101
# Override default pre-commit '--ignore-missing-imports'
104
102
args : [--strict]
You can’t perform that action at this time.
0 commit comments