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

fix last commit: meant pydocstyle not pycodestyle

parent 721c546e
No related branches found
No related tags found
3 merge requests!19Move linux-debian11 into main,!17split one test into three,!9force `subprocess.run` to check return code is 0
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
...@@ -77,7 +77,7 @@ style: ...@@ -77,7 +77,7 @@ style:
- *prepare_style - *prepare_style
- black --version - black --version
- ruff --version - ruff --version
- pycodestyle --version - pydocstyle --version
- ruff . - ruff .
- black --check --diff . - black --check --diff .
- pydocstyle mpsd-software-environment.py - pydocstyle mpsd-software-environment.py
......
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