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
Local noqa override for conftest.py, because *any* error during
the Sphinx live-load is a failing test.
Blanket override on cmdline.py for now, awaiting the exception
hierarchy rework of #118.
Regular Python exceptions are explicitly raised at various spots in the codebase.
Better to refactor these to (possibly new) subclasses of
SphobjinvError
.CountError
" instead ofValueError
orValueError
ValueError
contract
andexpand
bothTrue
error, instead ofValueError
Make sure to remove any per-file flake8 error ignores for
cmdline.py
once the exception handling is (presumably) de-generalized.The text was updated successfully, but these errors were encountered: