pyOpenSci / pyos-package-template

A Python package template that supports the pyOpenSci pure Python packaging tutorial
BSD 3-Clause "New" or "Revised" License
15 stars 11 forks source link

git pre-commit hook #15

Closed xmnlab closed 4 years ago

xmnlab commented 5 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.