-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
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?