Skip to content

Commit

Permalink
Merge pull request #1851 from PyCQA/pylint-warnings
Browse files Browse the repository at this point in the history
fix pylintrc warnings
  • Loading branch information
asottile committed Jul 29, 2023
2 parents d4d1552 + cc301ed commit 24be8ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 24be8ad

Please sign in to comment.