Skip to content

Commit 8918c0d

Browse files
committed
Update precommit
1 parent bb268be commit 8918c0d

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

.config/constraints.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ babel==2.15.0
1010
beautifulsoup4==4.12.3
1111
bindep==2.11.0
1212
black==24.4.2
13+
build==1.2.1
1314
cachetools==5.3.3
1415
cairocffi==1.7.0
1516
cairosvg==2.7.1
@@ -20,7 +21,7 @@ chardet==5.2.0
2021
charset-normalizer==3.3.2
2122
click==8.1.7
2223
colorama==0.4.6
23-
coverage==7.5.1
24+
coverage==7.5.2
2425
csscompressor==0.9.5
2526
cssselect2==0.7.0
2627
defusedxml==0.7.1
@@ -31,6 +32,7 @@ docstring-parser-fork==0.0.5
3132
exceptiongroup==1.2.1
3233
execnet==2.1.1
3334
filelock==3.14.0
35+
flake8==7.0.0
3436
ghp-import==2.1.0
3537
griffe==0.45.2
3638
htmlmin2==0.1.13
@@ -46,13 +48,16 @@ markdown==3.6
4648
markdown-exec==1.8.3
4749
markdown-include==0.8.1
4850
markupsafe==2.1.5
51+
mccabe==0.7.0
4952
mergedeep==1.3.4
5053
mkdocs==1.6.0
5154
mkdocs-ansible==24.3.1
5255
mkdocs-autorefs==1.0.1
5356
mkdocs-gen-files==0.5.0
57+
mkdocs-get-deps==0.2.0
5458
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
5661
mkdocs-material-extensions==1.3.1
5762
mkdocs-minify-plugin==0.8.0
5863
mkdocs-monorepo-plugin==1.1.0
@@ -67,15 +72,19 @@ parsley==1.3
6772
pathspec==0.12.1
6873
pbr==6.0.0
6974
pillow==10.3.0
75+
pip-tools==7.4.1
7076
pipdeptree==2.21.0
7177
platformdirs==4.2.2
7278
pluggy==1.5.0
7379
pre-commit==3.7.1
80+
pycodestyle==2.11.1
7481
pycparser==2.22
7582
pydoclint==0.4.1
83+
pyflakes==3.2.0
7684
pygments==2.18.0
7785
pymdown-extensions==10.8.1
7886
pyproject-api==1.6.1
87+
pyproject-hooks==1.1.0
7988
pytest==8.2.1
8089
pytest-xdist==3.6.1
8190
python-dateutil==2.9.0.post0
@@ -91,6 +100,7 @@ ruff==0.4.5
91100
six==1.16.0
92101
soupsieve==2.5
93102
subprocess-tee==0.4.1
103+
termcolor==2.4.0
94104
text-unidecode==1.3
95105
tinycss2==1.3.0
96106
toml-sort==0.23.1
@@ -104,6 +114,8 @@ urllib3==2.2.1
104114
virtualenv==20.26.2
105115
watchdog==4.0.1
106116
webencodings==0.5.1
117+
wheel==0.43.0
107118

108119
# The following packages are considered to be unsafe in a requirements file:
120+
# pip
109121
# setuptools

.pre-commit-config.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ ci:
77
chore: auto fixes from pre-commit.com hooks
88
99
for more information, see https://pre-commit.ci
10-
skip:
11-
- deps
1210
repos:
1311
- repo: https://github.com/pre-commit/pre-commit-hooks
1412
rev: v4.6.0
@@ -65,7 +63,7 @@ repos:
6563
- "--exit-non-zero-on-fix"
6664

6765
- repo: https://github.com/streetsidesoftware/cspell-cli
68-
rev: v8.8.0
66+
rev: v8.8.2
6967
hooks:
7068
- id: cspell
7169
name: Spell check with cspell
@@ -79,7 +77,7 @@ repos:
7977
- pydoclint[flake8]
8078

8179
- repo: https://github.com/pycqa/pylint.git
82-
rev: v3.1.0
80+
rev: v3.2.2
8381
hooks:
8482
- id: pylint
8583
args:
@@ -98,7 +96,7 @@ repos:
9896
additional_dependencies:
9997
- pytest
10098
- subprocess_tee
101-
- types-PyYAML
99+
- types-pyyaml
102100
- types-setuptools
103101
# Override default pre-commit '--ignore-missing-imports'
104102
args: [--strict]

0 commit comments

Comments
 (0)