Skip to content

Commit

Permalink
Correct pylint configuration. (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Apr 25, 2023
1 parent 487d2dd commit 7b585d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ deprecated-modules=regsub,TERMIOS,Bastion,rexec
[pylint.exceptions]

# Exceptions that will emit a warning when being caught.
overgeneral-exceptions=builtins.Exception
overgeneral-exceptions=Exception

[pylint.deprecated_builtins]

Expand Down

0 comments on commit 7b585d9

Please sign in to comment.