feature_engine
feature_engine copied to clipboard
automate linting with pre-commit
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
This was @ChristopherGS suggestion. Is this what you had in mind @ChristopherGS ?