Self Checks
Description
try:
....
except ...:
pass
to
with contextlib.suppress(...):
...
Motivation
https://stackoverflow.com/a/34574395/13040423
Additional Context
how to find them
#24136 is an example.
Self Checks
Description
to
Motivation
https://stackoverflow.com/a/34574395/13040423
Additional Context
how to find them
#24136 is an example.