Skip to content
Snippets Groups Projects

Convert to a package

Merged Ashwin Kumar Karnad requested to merge convert-to-a-package into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -80,10 +80,10 @@ style:
- pydocstyle --version
- ruff .
- black --check --diff .
- pydocstyle mpsd-software.py
- pydocstyle test_mpsd-software.py
- pydocstyle src/mpsd_software_manager/mpsd-software.py
- pydocstyle tests/test_mpsd-software.py
# we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same.
- ./mpsd-software.py --version
- src/mpsd_software_manager/mpsd-software.py --version
test-bullseye:
Loading