So I've started removing the Flake8 pre-commit hook...it is just too militant, and the fact I can't commit any line over 79 characters really isn't improving my code an awful lot, especially as we already have Black.
I was wondering if we could consider which pre-commits were necessary, and remove the rest? Commit failing is a pain.
So I've started removing the Flake8 pre-commit hook...it is just too militant, and the fact I can't commit any line over 79 characters really isn't improving my code an awful lot, especially as we already have Black.
I was wondering if we could consider which pre-commits were necessary, and remove the rest? Commit failing is a pain.