PY-71002 PEP-696: Suppress pep8 inspection for type parameters for

It cannot handle whitespaces around `=` in new-style type parameter declarations correctly

GitOrigin-RevId: c1d09acd54a329fbe4ff9d4ac8bd95a928440caf
This commit is contained in:
Daniil Kalinin
2024-09-07 11:27:55 +02:00
committed by intellij-monorepo-bot
parent 82fca2f070
commit ccefd0e23f
2 changed files with 27 additions and 0 deletions

View File

@@ -839,6 +839,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<customPackageIdentifier implementation="com.jetbrains.python.namespacePackages.PyNamespacePackageCustomIdentifier"/>
<pyRootTypeProvider implementation="com.jetbrains.python.namespacePackages.PyNamespacePackageRootProvider"/>
<pep8ProblemSuppressor implementation="com.jetbrains.python.validation.Pep8TypeParameterProblemSuppressor"/>
<!-- Experimental packaging extensions-->
<pySdkProvider implementation="com.jetbrains.python.sdk.pipenv.PyPipEnvSdkProvider"/>