Skip to content

Commit a113d0c

Browse files
committed
Update readme with new formatter and import sorter
1 parent f6ca41c commit a113d0c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)