mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 03:46:53 +00:00
Merge pull request #1851 from PyCQA/pylint-warnings
fix pylintrc warnings
This commit is contained in:
commit
24be8ad052
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue