This is a repository grooping some tips for clean code for python projects.
- Type hinting with Mypy.
- Checking the code with Pylint.
- Formatting the code with Black.
These tools can be automated using CI tools like GitHub Actions.
This is a repository grooping some tips for clean code for python projects.
Python