neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Update readme #43

Closed niksirbi closed 1 year ago

niksirbi commented 1 year ago

Because of the recently merged PRs (#35 and #40, thanks to @dstansby), we are no longer using flake8 and isort (both replaced by ruff). Accordingly, I went through the README and removed/replaced all mentions of these tools. I also caught some lingering mentions of bump2version, fixed some typos, and clarified the description of pre-commit run.