You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added GitHub CI earlier which checks some PyTests and runs some linting checks. Those linting checks complain a lot e.g. a line for every function missing a docstring, and are failing on main.
Should we enforce a particular style & keep these CI checks? Should we forget about them? Should we just have recommendations without linting CI, and retain instructions for running local checks? (I'm not very opinionated on Python style, so my first choice would be to not to enforce anything.)
We added GitHub CI earlier which checks some PyTests and runs some linting checks. Those linting checks complain a lot e.g. a line for every function missing a docstring, and are failing on
main
.Should we enforce a particular style & keep these CI checks? Should we forget about them? Should we just have recommendations without linting CI, and retain instructions for running local checks? (I'm not very opinionated on Python style, so my first choice would be to not to enforce anything.)
Supplants #16 .
The text was updated successfully, but these errors were encountered: