feature_engine icon indicating copy to clipboard operation
feature_engine copied to clipboard

automate linting with pre-commit

Open solegalli opened this issue 3 years ago • 2 comments

solegalli avatar Jun 10 '21 14:06 solegalli

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

TremaMiguel avatar Jul 15 '21 13:07 TremaMiguel

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

solegalli avatar Jul 16 '21 13:07 solegalli