PY-85634 Move PyInterpreterInspection to a separate package

Follow-up to IJ-MR-178613

GitOrigin-RevId: e2508fd5a34b9684ae464611f1434ccff874ddbc
This commit is contained in:
Alexey Katsman
2025-11-25 18:47:50 +00:00
committed by intellij-monorepo-bot
parent 6dae84901c
commit 10e67083be
11 changed files with 41 additions and 28 deletions
@@ -249,7 +249,7 @@
implementationClass="com.jetbrains.python.inspections.PyPep8Inspection" unfair="true"/>
<localInspection language="Python" shortName="PyInterpreterInspection" suppressId="PyInterpreter" bundle="messages.PyPsiBundle"
key="INSP.NAME.invalid.interpreter" groupKey="INSP.GROUP.python" enabledByDefault="true" level="WARNING"
implementationClass="com.jetbrains.python.inspections.PyInterpreterInspection"/>
implementationClass="com.jetbrains.python.inspections.interpreter.PyInterpreterInspection"/>
<localInspection language="Python" shortName="PyStubPackagesCompatibilityInspection" suppressId="PyStubPackagesCompatibility"
bundle="messages.PyPsiBundle" key="INSP.stub.packages.compatibility" groupKey="INSP.GROUP.python"
enabledByDefault="true" level="WARNING"