Python Template with some initial setups for code style and linting, as well as pre-commit checks. Flake8 is deactivated by default.
1.) Install all requirements initially from requirements file: pip install -r requirements.txt
2.) Change Size badge by adjusting repo path from badge: https://img.shields.io/github/repo-size/FabianHoerst/python-template
to https://img.shields.io/github/repo-size/YourName/RepoName
3.) Exchange Python badge with your version
1.) Install with: pre-commit install
Run make generate_badge
for generating report and badge. For help, see make
. For checking before commiting, run make check_all
.