rochacbruno / python-project-template

DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template.
https://github.com/rochacbruno/python-project-template/generate
The Unlicense
1.11k stars 167 forks source link

add pre-commit config that ensures black/linting #3

Closed RonnyPfannschmidt closed 3 years ago

RonnyPfannschmidt commented 3 years ago

as pre-commit ties the linting/type checking up nicely, it would be a most fabulous addition to the listing/tooling

rochacbruno commented 3 years ago

Closing, reason here: https://github.com/rochacbruno/python-project-template/blob/main/ABOUT_THIS_TEMPLATE.md#why-this-template-is-not-using-pre-commit-

Thanks