mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PY-4330 Group together messages for the new inspection in the bundle
GitOrigin-RevId: 97db4af96ce85133424f71d27d4afd42c5c000dd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a62ad4d3db
commit
5cabb0ae7d
@@ -586,10 +586,6 @@ INSP.decorator.receives.unexpected.builtin=This decorator will not receive a cal
|
||||
INSP.NAME.redeclaration=Redeclared names without usages
|
||||
INSP.redeclared.name=Redeclared ''{0}'' defined above without usage
|
||||
|
||||
# PyUnresolvedReferencesInspection
|
||||
INSP.try.except.import.error=''{0}'' in the try block with ''except ImportError'' should also be defined in the except block
|
||||
INSP.unused.import.statement=Unused import statement <code>#ref</code>
|
||||
|
||||
# PyInterpreterInspection
|
||||
INSP.NAME.invalid.interpreter=An invalid interpreter
|
||||
INSP.interpreter.pipenv.interpreter.associated.with.another.project=Pipenv interpreter is associated with another project: ''{0}''
|
||||
@@ -927,8 +923,10 @@ 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
|
||||
# PyUnusedImportsInspection
|
||||
INSP.NAME.unused.imports=Unused imports
|
||||
INSP.unused.imports.try.except.import.error=''{0}'' in the try block with ''except ImportError'' should also be defined in the except block
|
||||
INSP.unused.imports.unused.import.statement=Unused import statement <code>#ref</code>
|
||||
|
||||
# PyRedundantParenthesesInspection
|
||||
INSP.NAME.redundant.parentheses=Redundant parentheses
|
||||
|
||||
Reference in New Issue
Block a user