@@ -12,28 +12,29 @@ The template is heavily inspired by [Pawamoy's Copier PDM](https://github.com/pa
1212### Existing features
1313
1414- Python 3.9 or above
15+ - [ PDM] ( https://github.com/pdm-project/pdm ) setup, with pre-defined ` pyproject.toml `
1516- Pre-configured tools for code formatting, quality analysis and testing:
1617 - [ black] ( https://github.com/psf/black ) ,
1718 - [ ruff] ( https://github.com/charliermarsh/ruff ) ,
1819 - [ mypy] ( https://github.com/python/mypy ) ,
20+ - [ safety] ( https://github.com/pyupio/safety )
21+ - [ ssort] ( https://github.com/bwhmather/ssort ) ,
22+ - [ coverage] ( https://github.com/nedbat/coveragepy )
1923- Tests run with [ pytest] ( https://github.com/pytest-dev/pytest ) and plugins
2024- [ Nox] ( https://github.com/wntrblm/nox ) as task runner
2125- All licenses from [ choosealicense.com] ( https://choosealicense.com/appendix/ )
26+ - Support for GitHub workflows
2227
2328### Planned Features
2429
2530- VSCode Dev Containers as development environments
26- - [ PDM] ( https://github.com/pdm-project/pdm ) setup, with pre-defined ` pyproject.toml `
2731- Documentation built with [ MkDocs] ( https://github.com/mkdocs/mkdocs )
2832 ([ Material theme] ( https://github.com/squidfunk/mkdocs-material )
2933 and "autodoc" [ mkdocstrings plugin] ( https://github.com/mkdocstrings/mkdocstrings ) )
3034- Pre-configured tools for code formatting, quality analysis and testing:
31- - [ blacken-docs] ( https://github.com/adamchainz/blacken-docs ) ,
32- - [ ssort] ( https://github.com/bwhmather/ssort ) ,
33- - [ safety] ( https://github.com/pyupio/safety )
34- - [ coverage] ( https://github.com/nedbat/coveragepy ) support for tests
35+ - [ blacken-docs] ( https://github.com/adamchainz/blacken-docs ) , support for tests
3536- Auto-generated ` CHANGELOG.md ` from git commits
36- - Support for GitHub workflows and GitLab CI/CD
37+ - Support for GitLab CI/CD
3738
3839## Quick setup and usage
3940
0 commit comments