-
-
Notifications
You must be signed in to change notification settings - Fork 188
Description
Hello,
Could we have a linting tool setup (maybe through pre-commit) in fastparquet?
We tackled this topic in issue #720 .
At this time, @martindurant , you mentionned:
It would be reasonable to require some standard linting (flake8, black, isort) via pre-commit or otherwise. Obviously, implementing this would change most of the function blocks and make all current PRs very hard to merge - so the timing of formatting introduction is very sensitive.
I raise this topic as I have in mind that you are working on "significant" changes in fastparquet through #931 .
Can this milestone be identified as a "fastparquet 2.0"? (there has been been several 2.0" release "recently": numpy, pandas mostly)
If yes, do you think, it could be an appropriate timing to introduce linting?