fix pylintrc warnings

This commit is contained in:
Anthony Sottile 2023-07-29 14:36:44 -04:00
parent f2641954c4
commit cc301ed499

View file

@ -365,10 +365,3 @@ ext-import-graph=
# Create a graph of internal dependencies in the given file (report RP0402 must
# not be disabled)
int-import-graph=
[EXCEPTIONS]
# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
overgeneral-exceptions=Exception