Skip to content

Commit

Permalink
ci: Add pyDocStyle check
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Oct 11, 2023
1 parent cc1337b commit ee5ca54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r requirements/requirements.txt
-r requirements/requirements-dev.txt
-r requirements/requirements-tox.txt
-r requirements/requirements-ci.txt
-r requirements/requirements-ci-freeze.txt
7 changes: 7 additions & 0 deletions requirements/requirements-ci-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ alabaster==0.7.13
astroid==3.0.0
Babel==2.13.0
bottle==0.12.25
cachetools==5.3.1
certifi==2023.7.22
chardet==5.2.0
charset-normalizer==3.3.0
colorama==0.4.6
conan==1.61.0
coverage==7.3.2
dill==0.3.7
distlib==0.3.7
docutils==0.20.1
fasteners==0.19
filelock==3.12.4
flake8==6.1.0
idna==3.4
imagesize==1.4.1
Expand All @@ -34,6 +38,7 @@ pyflakes==3.1.0
Pygments==2.16.1
PyJWT==2.8.0
pylint==3.0.1
pyproject-api==1.6.1
pytest==7.4.2
python-dateutil==2.8.2
PyYAML==6.0.1
Expand All @@ -49,6 +54,8 @@ sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
toml==0.10.2
tomlkit==0.12.1
tox==4.11.3
tqdm==4.66.1
typing_extensions==4.8.0
urllib3==1.26.17
virtualenv==20.24.5
2 changes: 1 addition & 1 deletion requirements/requirements-tox.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tox<4.0
tox

0 comments on commit ee5ca54

Please sign in to comment.