Skip to content

Commit 9bf66fb

Browse files
committed
Fix pylint Exception warning message
1 parent 86e80a9 commit 9bf66fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.git_repo_name}}/.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,4 @@ int-import-graph=
299299

300300
# Exceptions that will emit a warning when being caught. Defaults to
301301
# "Exception"
302-
overgeneral-exceptions=Exception
302+
overgeneral-exceptions=builtin.Exception

0 commit comments

Comments
 (0)