File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,11 @@ A modern Python project template to kickstart your next Python project with all
1111
1212- ✨ ** Poetry** : Manage your project's dependencies and packaging with Poetry.
1313- 📝 ** Editorconfig** : Ensure consistent code formatting across different editors.
14- - 🔧 ** Formatter (Black & Isort)** : Automatically format your code using Black and Isort.
14+ - 🔧 ** Formatter** : Automatically format your code using Ruff formatter and import sorter.
15+ - 🔍 ** Linters** : Catch and prevent errors in your code. Ruff is used for linting and MyPy for type checking.
1516- 📋 ** Makefile** : Easily execute common project tasks with a Makefile.
16- - 🧪 ** Pytest** : Write and run tests for your project.
17- - 🔍 ** Mypy** : Catch and prevent type-related errors in your code.
17+ - 🧪 ** Test** : Write and run tests for your project using pytest.
1818- 🔗 ** GitHub Workflow** : Automated GitHub workflow for linting, formatting, and testing your code.
19- - 🔧 ** Modern Tools** : Use modern Python tools and best practices for development.
2019
2120## Getting Started
2221
You can’t perform that action at this time.
0 commit comments