Skip to content
Snippets Groups Projects
Commit 3b80e32c authored by Hans Fangohr's avatar Hans Fangohr
Browse files

attempt to include pydocstyle into CI

parent d64ab5bc
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!15Include Pydocstyle into CI
Pipeline #368452 failed
......@@ -15,7 +15,7 @@ stages:
- ls -l
- pip install -U pip
- pip --version
- pip install pytest black ruff
- pip install pytest black ruff pydocstyle
- pytest --version
- cat /etc/issue
......@@ -79,6 +79,8 @@ style:
- ruff --version
- ruff .
- black --check --diff .
- pydocstyle mpsd-software-environment.py
- pydocstyle tests.py
test-bullseye:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment