Skip to content

Commit

Permalink
Ignore general exception message in pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-tz committed Apr 27, 2023
1 parent 9c0c089 commit 6ee7a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ignored-classes=numpy,scipy,networkx,flamingpy.codes
# can either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
# it should appear only once).
disable=invalid-name,consider-using-f-string,too-many-branches,no-member,redefined-outer-name,too-many-arguments,too-many-locals,too-few-public-methods,no-self-use,use-dict-literal
disable=invalid-name,consider-using-f-string,too-many-branches,no-member,redefined-outer-name,too-many-arguments,too-many-locals,too-few-public-methods,no-self-use,use-dict-literal, broad-exception-raised

0 comments on commit 6ee7a0b

Please sign in to comment.