pyOpenSci / cookiecutter-pyopensci

SOON TO BE DEPRECATED! Cookiecutter template for a pyOpenSci Python package.
https://cookiecutter-pyopensci.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

git pre-commit hook #15

Closed xmnlab closed 4 years ago

xmnlab commented 4 years ago

Hey everyone,

maybe would be good to add here some git pre-commit hooks.

currently on ibis-project we are using for git-pre-commit hooks flake8, black and isort (https://github.com/ibis-project/ibis/blob/master/.pre-commit-config.yaml) and I am working to add also pydocstyle.

I will love to help on this task.