Skip to content
Snippets Groups Projects
Commit b3a6c9eb authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Disable pylint `broad-except` warning.

This should be enabled in the future, but currently, nearly all
modules rely on `Exception`, and the changes would be too invasive.
parent b37045bd
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ disable =
missing-class-docstring,
missing-function-docstring,
wrong-import-position,
duplicate-code
duplicate-code,
broad-except
[pylint.BASIC]
good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment