feature-engine / feature_engine

Feature engineering package with sklearn like functionality
https://feature-engine.trainindata.com/
BSD 3-Clause "New" or "Revised" License
1.91k stars 310 forks source link

automate linting with pre-commit #268

Open solegalli opened 3 years ago

TremaMiguel commented 3 years ago

I can take the dev of this issue, we should be able to specify in the contribution guidelines to install and activate pre-commit to automatically check code issues.

This could be pair with what CI pipeline tests

mypy feature_engine
isort feature_engine tests
black feature_engine tests
flake8 feature_engine tests
solegalli commented 3 years ago

This was @ChristopherGS suggestion. Is this what you had in mind @ChristopherGS ?