mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
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:
committed by
intellij-monorepo-bot
parent
82fca2f070
commit
ccefd0e23f
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user