mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
PY-4330 PY-77891 Extract PyUnusedImportInspection from PyUnresolvedReferencesInspection
Make the inspection for unused imports runForWholeFile=true to stop its blinking. GitOrigin-RevId: 967e95edc229d021420b176f56a5d4b0fb44c3d4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e93d6305de
commit
2faeaa0da8
@@ -927,6 +927,9 @@ INSP.unresolved.refs.ignore.references.label=Ignored references:
|
||||
unresolved.docstring.param.reference=Function ''{0}'' does not have a parameter ''{1}''
|
||||
unresolved.import.reference=No module named ''{0}''
|
||||
|
||||
# PyUnusedImportInspection
|
||||
INSP.NAME.unused.imports=Unused imports
|
||||
|
||||
# PyRedundantParenthesesInspection
|
||||
INSP.NAME.redundant.parentheses=Redundant parentheses
|
||||
INSP.redundant.parens.ignore.empty.lists.of.base.classes=Ignore empty lists of base classes
|
||||
|
||||
Reference in New Issue
Block a user