Remove or annotate any uses of bare except: from the codebase
#953
Labels
enhancement
it's not broken, but we want it to be better
tests/build/CI
about testing or deployment *of* Hypothesis
As spotted in #952.
The new version of flake8 whinges about bare
except:, as well it should. For now I’ve added it to the ignores list (so we can get that PR closed) – but we should go through, work out where we can doexcept BaseException:instead, and where we really want a bareexcept:(if anywhere), we explicitly annotate it with# noqa.The text was updated successfully, but these errors were encountered: