This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-26 19:06:24 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0752af3706a4016243813139b6dfd2cb339730f4
openide
/
python
/
testData
/
inspections
T
History
Ekaterina Tuzova
de49323d6b
PY-19604 numpy asarray should accept integer as an argument
...
number is also iterable in numpy
2017-09-11 13:38:18 +03:00
..
GoogleDocstringParametersInspection
…
importFromModule
/foo
…
importFromModuleStar
…
InconsistentIndentation
…
InspectionsDisabledInFunctionTypeComments
…
objectBaseIsNotShownInAutoImportQuickfix
…
PyAbstractClassInspection
Store
only raises NotImplementedError
flag in function stubs.
2017-08-30 19:44:51 +03:00
PyArgumentEqualDefaultInspection
…
PyArgumentListInspection
Update parameter default value handling.
2017-08-30 20:38:15 +03:00
PyAssignmentToLoopOrWithParameterInspection
…
PyAttributeOutsideInitInspection
…
PyAugmentAssignmentInspection
…
PyBroadExceptionInspection
…
PyByteLiteralInspection
…
PyCallByClassInspection
…
PyCallingNonCallableInspection
…
PyChainedComparisonsInspection
…
PyChainedComparisonsInspectionWithConstantInTheMiddle
…
PyClassHasNoInitInspection
PY-24436 Fixed: False positive: "Class has not __init__ method" if A inherits B which inherits another A with __init__
2017-08-03 14:54:22 +03:00
PyClassicStyleClassInspection
…
PyComparisonWithNoneInspection
…
PyCompatibilityInspection
…
PyCompatibilityInspection3K
…
PyDecoratorInspection
…
PyDefaultArgumentInspection
…
PyDictCreationInspection
…
PyDictDuplicateKeysInspection
…
PyDocstringInspection
…
PyDocstringParametersInspection
…
PyDunderSlotsInspection
PY-22716 Fixed: False positive __slots__ inspection in subclasses of classes
2017-08-04 17:22:40 +03:00
PyExceptClausesOrderInspection
…
PyExceptionInheritInspection
…
PyFromFutureImportInspection
…
PyGlobalUndefinedInspection
…
PyInitNewSignatureInspection
PY-25171 Fixed: False positive of signature check in metaclass's __new__
2017-08-01 12:50:54 +03:00
PyListCreationInspection
…
PyMethodFirstArgAssignmentInspection
…
PyMethodMayBeStaticInspection
…
PyMethodOverridingInspection
PY-23513 Fixed: Overrides of abstract static methods with expanded arguments fail signature checking (PyMethodOverriding)
2017-08-01 12:46:12 +03:00
PyMethodParametersInspection
…
PyMethodParametersInspectionInitSubclass
…
PyMethodParametersInspectionMetacls
…
PyMissingConstructorInspection
…
PyMissingTypeHintsInspection
…
PyNamedTupleInspection
…
PyNestedDecoratorsInspection
…
PyNonAsciiCharInspection
…
PyNonAsciiCharReferenceInspection
…
PyNoneFunctionAssignmentInspection
…
PyNumpyType
PY-19604 numpy asarray should accept integer as an argument
2017-09-11 13:38:18 +03:00
PyOldStyleClassesInspection
…
PyOverloadsInspection
…
PyPackageRequirementsInspection
…
PyPep8NamingInspection
…
PyPropertyAccessInspection
…
PyPropertyDefinitionInspection25
…
PyPropertyDefinitionInspection26
…
PyPropertyDefinitionInspection33
…
PyProtectedMemberInspection
PY-25794 Test for stub->AST switch in PyProtectedMembersInspection
2017-08-29 21:39:05 +03:00
PyRaisingNewStyleClassInspection
…
PyRedeclarationInspection
…
PyRedundantParenthesesInspection
…
PySetFunctionToLiteralInspection
…
PyShadowingBuiltinsInspection
…
PyShadowingNamesInspection
…
PySimplifyBooleanCheckInspection
…
PySingleQuotedDocstringInspection
…
PyStatementEffectInspection
…
PyStringExceptionInspection
…
PyStringFormatInspection
…
PySuperArgumentsInspection
…
PyTrailingSemicolonInspection
…
PyTupleAssignmentBalanceInspection
…
PyTupleItemAssignmentInspection
…
PyTypeCheckerInspection
Support typing.Supports* in PyABCUtil.
2017-08-22 11:08:54 +03:00
PyUnboundLocalVariableInspection
…
PyUnnecessaryBackslashInspection
…
PyUnreachableCodeInspection
…
PyUnresolvedReferencesInspection
PY-24637 Use non-resolvable built-in constants check for doctest and Jupyter references
2017-08-30 23:19:24 +03:00
PyUnresolvedReferencesInspection3K
PY-13273 Visit elements in decorators in the outer scope
2017-09-08 00:12:41 +03:00
PyUnusedLocalInspection
PY-20655 Fixed: Calling
locals()
within decorator causes "Unused Local" Warning for Decorator Parameters
2017-08-01 12:47:36 +03:00
returnValueFromInit
…
spelling
…
suppress
…
unusedImport
…
__init__.py
…
AddCallSuper1_after.py
…
AddCallSuper1.py
…
AddCallSuper_after.py
…
AddCallSuper.py
…
AddCallSuperCommentAfterColonPreserved_after.py
…
AddCallSuperCommentAfterColonPreserved.py
…
AddCallSuperCommentsInFunctionBodyPreserved_after.py
…
AddCallSuperCommentsInFunctionBodyPreserved.py
…
AddCallSuperConflictingTupleParam_after.py
…
AddCallSuperConflictingTupleParam.py
…
AddCallSuperKeywordOnlyParamInInit_after.py
…
AddCallSuperKeywordOnlyParamInInit.py
…
AddCallSuperKeywordOnlyParamInSuperInit_after.py
…
AddCallSuperKeywordOnlyParamInSuperInit.py
…
AddCallSuperNoRequiredKeywordOnlyParamAfterSingleStarInSuperInit_after.py
…
AddCallSuperNoRequiredKeywordOnlyParamAfterSingleStarInSuperInit.py
…
AddCallSuperOptionalAndRequiredParamsNameCollision_after.py
…
AddCallSuperOptionalAndRequiredParamsNameCollision.py
…
AddCallSuperPass_after.py
…
AddCallSuperPass.py
…
AddCallSuperRepeatedOptionalParamsPassedToSuperConstructor_after.py
…
AddCallSuperRepeatedOptionalParamsPassedToSuperConstructor.py
…
AddCallSuperRepeatedOptionalTupleParamsPassedToSuperConstructor_after.py
…
AddCallSuperRepeatedOptionalTupleParamsPassedToSuperConstructor.py
…
AddCallSuperRequiredKeywordOnlyParamAfterSingleStarInSuperInitIsMerged_after.py
…
AddCallSuperRequiredKeywordOnlyParamAfterSingleStarInSuperInitIsMerged.py
…
AddCallSuperSelfNameAndAnnotationPreserved_after.py
…
AddCallSuperSelfNameAndAnnotationPreserved.py
…
AddCallSuperSelfNamePreserved_after.py
…
AddCallSuperSelfNamePreserved.py
…
AddCallSuperSingleStarParamInSuperInit_after.py
…
AddCallSuperSingleStarParamInSuperInit.py
…
AddCallSuperSingleStarParamInSuperInitAndVarargInInit_after.py
…
AddCallSuperSingleStarParamInSuperInitAndVarargInInit.py
…
AddCallSuperSingleStarParamPreserved_after.py
…
AddCallSuperSingleStarParamPreserved.py
…
AddCallSuperTypeAnnotationsPreserved_after.py
…
AddCallSuperTypeAnnotationsPreserved.py
…
AddClass_after.py
…
AddClass.py
…
AddClassFromFString_after.py
…
AddClassFromFString.py
…
AddClassFromTypeComment_after.py
…
AddClassFromTypeComment.py
…
AddCls_after.py
…
AddCls.py
…
AddEncoding_after.py
…
AddEncoding.py
…
AddEncodingAtLastLine_after.py
…
AddEncodingAtLastLine.py
…
AddFunctionFromFString_after.py
…
AddFunctionFromFString.py
…
AddFunctionToModule_after.py
…
AddFunctionToModule.py
…
AddGlobalExistingStatement_after.py
…
AddGlobalExistingStatement.py
…
AddGlobalStatement_after.py
…
AddGlobalStatement.py
…
AddImport_after.py
…
AddImport.py
…
AddImportDoc_after.py
…
AddImportDoc.py
…
AddImportDocComment_after.py
…
AddImportDocComment.py
…
AddKwargsToIncompatibleOverridingMethod_after.py
…
AddKwargsToIncompatibleOverridingMethod.py
…
AddKwargsToNewMethodIncompatibleWithInit_after.py
…
AddKwargsToNewMethodIncompatibleWithInit.py
…
AddParameter_after.py
…
AddParameter.py
…
AddParameterNotAvailableInsideAnnotation.py
…
AddSelf_after.py
…
AddSelf.py
…
AddSelfFunction_after.py
…
AddSelfFunction.py
…
AddSelfToClassmethod_after.py
…
AddSelfToClassmethod.py
…
AddToImportFromFoo.py
…
AddToImportFromList_after.py
…
AddToImportFromList.py
…
ArgumentEqualDefault_after.py
…
ArgumentEqualDefault.py
…
AugmentAssignment1_after.py
…
AugmentAssignment1.py
…
AugmentAssignment2_after.py
…
AugmentAssignment2.py
…
AugmentAssignment_after.py
…
AugmentAssignment.py
…
AugmentAssignmentFunction_after.py
…
AugmentAssignmentFunction.py
…
AugmentAssignmentPerc_after.py
…
AugmentAssignmentPerc.py
…
AugmentAssignmentSubscription_after.py
…
AugmentAssignmentSubscription.py
…
AugmentAssignmentWithContext_after.py
…
AugmentAssignmentWithContext.py
…
ChainedComparison1_after.py
…
ChainedComparison1.py
…
ChainedComparison2_after.py
…
ChainedComparison2.py
…
ChainedComparison3_after.py
…
ChainedComparison3.py
…
ChainedComparison4_after.py
…
ChainedComparison4.py
…
ChainedComparison5_after.py
…
ChainedComparison5.py
…
ChainedComparison6_after.py
…
ChainedComparison6.py
…
ChainedComparison7_after.py
…
ChainedComparison7.py
…
ChainedComparisons_after.py
…
ChainedComparisons.py
…
ChainedComparisonWithCommonBinaryExpression_after.py
…
ChainedComparisonWithCommonBinaryExpression.py
…
ChangeSignatureAddKeywordOnlyParameter_after.py
…
ChangeSignatureAddKeywordOnlyParameter.py
…
ChangeSignatureKeywordAndPositionalParameters_after.py
…
ChangeSignatureKeywordAndPositionalParameters.py
…
ChangeSignatureNewParametersNames_after.py
…
ChangeSignatureNewParametersNames.py
…
ChangeSignatureParametersDefaultValues_after.py
…
ChangeSignatureParametersDefaultValues.py
…
ComparisonWithNone_after.py
…
ComparisonWithNone.py
…
ConvertSingleQuotedDocstring_after.py
…
ConvertSingleQuotedDocstring.py
…
ConvertSingleQuotedDocstringEscape_after.py
…
ConvertSingleQuotedDocstringEscape.py
…
DefaultArgument_after.py
…
DefaultArgument.py
…
DefaultArgumentCommentsInsideParameters_after.py
…
DefaultArgumentCommentsInsideParameters.py
…
DefaultArgumentEmptyList_after.py
…
DefaultArgumentEmptyList.py
…
DictComprehensionToCall_after.py
…
DictComprehensionToCall.py
…
DictCreation_after.py
…
DictCreation.py
…
DictCreationDuplicate_after.py
…
DictCreationDuplicate.py
…
DictCreationTuple_after.py
…
DictCreationTuple.py
…
DocstringParams1_after.py
…
DocstringParams1.py
…
DocstringParams2_after.py
…
DocstringParams2.py
…
DocstringParams_after.py
…
DocstringParams.py
…
EmptyListOfBaseClasses_after.py
…
EmptyListOfBaseClasses.py
…
GoogleDocStringAddKeywordVararg_after.py
…
GoogleDocStringAddKeywordVararg.py
…
GoogleDocStringAddParam_after.py
…
GoogleDocStringAddParam.py
…
GoogleDocStringAddPositionalVararg_after.py
…
GoogleDocStringAddPositionalVararg.py
…
GoogleDocStringRemoveKeywordVararg_after.py
…
GoogleDocStringRemoveKeywordVararg.py
…
GoogleDocStringRemoveParam_after.py
…
GoogleDocStringRemoveParam.py
…
GoogleDocStringRemoveParamWithSection_after.py
…
GoogleDocStringRemoveParamWithSection.py
…
GoogleDocStringRemovePositionalVararg_after.py
…
GoogleDocStringRemovePositionalVararg.py
…
IgnoreShadowingBuiltins.py
…
ImplementAbstractProperty1_after.py
…
ImplementAbstractProperty1.py
…
ImplementAbstractProperty_after.py
…
ImplementAbstractProperty.py
…
ImportTarget.py
…
ListCreation_after.py
…
ListCreation.py
…
MoveFromFutureImport_after.py
…
MoveFromFutureImport.py
…
MoveFromFutureImportDocString_after.py
…
MoveFromFutureImportDocString.py
…
NumpyDocStringRemoveCombinedVarargParam_after.py
…
NumpyDocStringRemoveCombinedVarargParam.py
…
NumpyDocStringRemoveFirstOfCombinedParams_after.py
…
NumpyDocStringRemoveFirstOfCombinedParams.py
…
NumpyDocStringRemoveLastOfCombinedParams_after.py
…
NumpyDocStringRemoveLastOfCombinedParams.py
…
NumpyDocStringRemoveMidOfCombinedParams_after.py
…
NumpyDocStringRemoveMidOfCombinedParams.py
…
QualifyByImport_after.py
…
QualifyByImport.py
…
QualifyByImportFoo.py
…
RedundantParentheses_after.py
…
RedundantParentheses.py
…
RedundantParenthesesBoolean_after.py
…
RedundantParenthesesBoolean.py
…
RedundantParenthesesInTuples_after.py
…
RedundantParenthesesInTuples.py
…
RedundantParenthesesMore_after.py
…
RedundantParenthesesMore.py
…
RedundantParenthesesParenthesizedExpression_after.py
…
RedundantParenthesesParenthesizedExpression.py
…
RemoveDecorator_after.py
…
RemoveDecorator.py
…
RemoveTrailingSemicolon_after.py
…
RemoveTrailingSemicolon.py
…
RemoveUnicodePrefixFromGluedStringNodesInParenthesis_after.py
…
RemoveUnicodePrefixFromGluedStringNodesInParenthesis.py
…
RemoveUnicodePrefixFromGluedStringNodesWithSlash_after.py
…
RemoveUnicodePrefixFromGluedStringNodesWithSlash.py
…
RenameFunctionShadowingBuiltins_after.py
…
RenameFunctionShadowingBuiltins.py
…
RenameShadowingBuiltins_after.py
…
RenameShadowingBuiltins.py
…
RenameToSelf_after.py
…
RenameToSelf.py
…
RenameUnresolvedReference_after.py
…
RenameUnresolvedReference.py
…
ReplaceExecComment_after.py
…
ReplaceExecComment.py
…
ReplaceNotEqOperator_after.py
…
ReplaceNotEqOperator.py
…
ReplacePrint_after.py
…
ReplacePrint.py
…
ReplacePrintComment_after.py
…
ReplacePrintComment.py
…
ReplacePrintEnd_after.py
…
ReplacePrintEnd.py
…
SetFunctionToLiteral_after.py
…
SetFunctionToLiteral.py
…
SimplifyBooleanCheck_after.py
…
SimplifyBooleanCheck.py
…
StatementEffect_after.py
…
StatementEffect.py
…
StatementEffectIntroduceVariable_after.py
…
StatementEffectIntroduceVariable.py
…
TransformClassicClass_after.py
PY-19705 Add an option for blanks between class header and its first method
2017-09-04 16:41:35 +03:00
TransformClassicClass.py
…
UnnecessaryBackslash_after.py
…
UnnecessaryBackslash.py
…
UnnecessaryBackslashInArguments_after.py
…
UnnecessaryBackslashInArguments.py
…
UnresolvedRefCreateFunction_after.py
…
UnresolvedRefCreateFunction.py
…
UnresolvedRefNoCreateFunction.py
…
UnresolvedRefTrueFalse_after.py
…
UnresolvedRefTrueFalse.py
…
UnresolvedWith_after.py
…
UnresolvedWith.py
…