Off the top of my head, the following should be fairly quick to address, and the gain in "rigour" should encourage improved professionalism. - [ ] Sanity checks, ref #41 - [ ] Developer guidelines (?), ref #10. See `docs/dev_guide.md` - [ ] [`e3c26dd`](https://github.com/Python-Ensemble-Toolbox/PET/commit/e3c26dde261fa9171bef10dbddb40582dcbae959) broke the docs. I will see if we can work-around not having the `__init__` - [ ] Add linting to minimize diff noise? I suggest `ruff`, which also comes with formatter. - [ ] Add some kind of CHANGELOG, preferably created by CI + manual review (somehow). - [ ] Improve installation instructions.
Off the top of my head, the following should be fairly quick to address,
and the gain in "rigour" should encourage improved professionalism.
docs/dev_guide.mde3c26ddbroke the docs. I will see if we can work-around not having the__init__ruff, which also comes with formatter.