Skip to content

Commit

Permalink
Update pydoclint config (#4242)
Browse files Browse the repository at this point in the history
- finish removing flake8
- update constraints after flake8 removal
- update pydoclint config and update baseline
Followup work from #4241 and #4235
  • Loading branch information
cidrblock authored Jun 26, 2024
1 parent 4fe7993 commit 033910c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 154 deletions.
47 changes: 22 additions & 25 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras .config/requirements.in pyproject.toml
#
ansi2html==1.9.1
ansi2html==1.9.2
ansible-compat==24.6.1
ansible-core==2.17.0
ansible-lint==24.6.0
ansible-core==2.17.1
ansible-lint==24.6.1
astroid==3.2.2
attrs==23.2.0
babel==2.15.0
Expand All @@ -16,37 +16,36 @@ black==24.4.2
bracex==2.4
build==1.2.1
cachetools==5.3.3
cairocffi==1.7.0
cairocffi==1.7.1
cairosvg==2.7.1
certifi==2024.6.2
cffi==1.16.0
cfgv==3.4.0
chardet==5.2.0
charset-normalizer==3.3.2
check-jsonschema==0.28.5
check-jsonschema==0.28.6
click==8.1.7
click-help-colors==0.9.4
colorama==0.4.6
coverage==7.5.3
coverage==7.5.4
cryptography==42.0.8
csscompressor==0.9.5
cssselect2==0.7.0
defusedxml==0.7.1
dill==0.3.8
distlib==0.3.8
dnspython==2.6.1
docstring-parser-fork==0.0.5
docstring-parser-fork==0.0.9
enrich==1.2.7
exceptiongroup==1.2.1
execnet==2.1.1
filelock==3.15.1
flake8==7.1.0
filelock==3.15.4
ghp-import==2.1.0
griffe==0.45.3
griffe==0.47.0
htmlmin2==0.1.13
identify==2.5.36
idna==3.7
importlib-metadata==7.1.0
importlib-metadata==8.0.0
iniconfig==2.0.0
isort==5.13.2
jinja2==3.1.4
Expand All @@ -55,7 +54,7 @@ jsonschema==4.22.0
jsonschema-specifications==2023.12.1
linkchecker==10.4.0
markdown==3.6
markdown-exec==1.9.1
markdown-exec==1.9.3
markdown-include==0.8.1
markdown-it-py==3.0.0
markupsafe==2.1.5
Expand All @@ -69,13 +68,13 @@ mkdocs-gen-files==0.5.0
mkdocs-get-deps==0.2.0
mkdocs-htmlproofer-plugin==1.2.1
mkdocs-macros-plugin==1.0.5
mkdocs-material==9.5.26
mkdocs-material==9.5.27
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
mkdocstrings==0.25.1
mkdocstrings-python==1.10.3
mypy==1.10.0
mkdocstrings-python==1.10.5
mypy==1.10.1
mypy-extensions==1.0.0
nodeenv==1.9.1
packaging==24.1
Expand All @@ -84,19 +83,17 @@ pathspec==0.12.1
pexpect==4.9.0
pillow==10.3.0
pip-tools==7.4.1
pipdeptree==2.22.0
pipdeptree==2.23.0
platformdirs==4.2.2
pluggy==1.5.0
pre-commit==3.7.1
ptyprocess==0.7.0
pycodestyle==2.12.0
pycparser==2.22
pydoclint==0.4.1
pyflakes==3.2.0
pydoclint==0.5.1
pygments==2.18.0
pylint==3.2.3
pylint==3.2.4
pymdown-extensions==10.8.1
pyproject-api==1.6.1
pyproject-api==1.7.1
pyproject-hooks==1.1.0
pytest==8.2.2
pytest-mock==3.14.0
Expand All @@ -116,10 +113,10 @@ rich==13.7.1
rpds-py==0.18.1
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8
ruff==0.4.9
ruff==0.4.10
six==1.16.0
soupsieve==2.5
subprocess-tee==0.4.1
subprocess-tee==0.4.2
termcolor==2.4.0
text-unidecode==1.3
tinycss2==1.3.0
Expand All @@ -131,8 +128,8 @@ types-jsonschema==4.22.0.20240610
types-pexpect==4.9.0.20240311
types-pyyaml==6.0.12.20240311
typing-extensions==4.12.2
urllib3==2.2.1
virtualenv==20.26.2
urllib3==2.2.2
virtualenv==20.26.3
watchdog==4.0.1
wcmatch==8.5.2
webencodings==0.5.1
Expand Down
Loading

0 comments on commit 033910c

Please sign in to comment.