Releases: coroa/python-project-skeleton
Releases · coroa/python-project-skeleton
Version 0.12.1
Version 0.12
What's Changed
- Added pre-commit for applying automatic fixes before each commit
- Replaced
isort
andflake8
withruff
andblack
- Changed release workflow to manual tagged releases
- Adopted
pyproject.toml
as central source of configuration and dependencies - Switched CI to bunching tox envs per job to maximise cache efficiency
New Contributors
Full Changelog: https://github.com/coroa/python-project-skeleton/commits/v0.12