Closed SauravMaheshkar closed 2 years ago
Request for Review @kunguz
We have an intention to have a smaller set of dependencies in our requirements.txt
in the future. Therefore, I am afraid I can not increase the size of our requirements.txt
with pre-commit
. I will close the pull request.
This PR aims to solve #36. I've only added
flake8
andautopep8
for now, with a couple of other miscellaneous hooks.odak
follows a large set of configurations forflake8
and it doesn't make sense IMO to add them asargs
in the pre-commit config. Asetup.cfg
or a.flake8
configuration file makes more sense.Looking forward to hear feedback.