Template repository for Python projects.
Ask a question ππ½ Β· Request a feature β¨ Β· Report a bug π
Ask a question ππ½ Β· Request a feature β¨ Β· Report a bug π
This template is intended to help kick-start Python projects.
To build a readable and maintainable code base, this template is equipped with the following tools:-
Formatting
$\rightarrow$ Restructures code to appear in a consistent way by following a set of custom rulesmake format
-
Linting
$\rightarrow$ Linting analyses how code runs and helps detecting errors before runtimemake lint
-
Type checking
$\rightarrow$ Helps identifying incompatible code so that you can catch bugs before runtimemake typecheck