Open solegalli opened 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.
pre-commit
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 ?
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