HK3-Lab-Team / pytrousse

PyTrousse collects into one toolbox a set of data wrangling procedures tailored for composing reproducible analytics pipelines.
Apache License 2.0
0 stars 1 forks source link

Add precommit hooks with black and flake8 #76

Closed alessiamarcolini closed 3 years ago

alessiamarcolini commented 3 years ago

This is to avoid flake8 or black failures in CI

to setup pre-commit, after installing the package:

$ pre-commit install