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
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -80,10 +80,10 @@ style:
- pydocstyle --version
- ruff .
- black --check --diff .
- pydocstyle src/mpsd_software_manager/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.
- src/mpsd_software_manager/mpsd-software.py --version
- src/mpsd_software_manager/mpsd_software.py --version
test-bullseye:
Loading