Open
Description
# pylint: disable=
exceptions are overused and misused.
- Fix warnings that can be fixed.
- Use the remaining exceptions only within the scope where they are supposed to apply, i.e.
at the desired block level or at the end of the desired line of code
See documentation and FAQ for more details.