Suppose we have a function my_function that throws exceptions.
Can flake8 (or a plugin) tell whether this function was called without
handling exceptions, i.e., outside a try block?
I would like to verify that my code handles the exceptions that may be
raised by any function it calls.
If this feature is not available, I believe it would be useful to add.
Many thanks,
Inigo
_______________________________________________
code-quality mailing list -- code-quality@python.org
To unsubscribe send an email to code-quality-le...@python.org
https://mail.python.org/mailman3/lists/code-quality.python.org/
Member address: arch...@mail-archive.com

Reply via email to