While contributing to and maintaining different open source packages I really got used to tools like pre-commit and lint/style checkers like ruff or black.
Currently there is some lint/style checks within the CI using flake8. This could be used as a blueprint for a dedicated lint/style CI run.
Would this be something which pyfive could also adopt?
While contributing to and maintaining different open source packages I really got used to tools like
pre-commitand lint/style checkers likerufforblack.Currently there is some lint/style checks within the CI using
flake8. This could be used as a blueprint for a dedicated lint/style CI run.Would this be something which
pyfivecould also adopt?