Created
November 3, 2015 19:41
-
-
Save ar45/1ef83d354a809bf98264 to your computer and use it in GitHub Desktop.
PyCharm inspections
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PyAbstractClass | |
PyArgumentEqualDefault | |
PyArgumentList | |
PyAssignmentToLoopOrWithParameter | |
PyAttributeOutsideInit | |
PyAugmentAssignment | |
PyBroadException | |
PyByteLiteral | |
PyCallByClass | |
PyCallingNonCallable | |
PyChainedComparisons | |
PyClassHasNoInit | |
PyClassicStyleClass | |
PyComparisonWithNone | |
PyCompatibility | |
PyDecorator | |
PyDefaultArgument | |
PyDeprecatedModules | |
PyDeprecation | |
PyDictCreation | |
PyDictDuplicateKeys | |
PyDocstring | |
PyDocstringTypes | |
PyExceptClausesOrder | |
PyExceptionInherit | |
PyFromFutureImport | |
PyGlobalUndefined | |
PyInconsistentIndentation | |
PyInitNewSignature | |
PyInterpreter | |
PyListCreation | |
PyMandatoryEncoding | |
PyMethodFirstArgAssignment | |
PyMethodMayBeStatic | |
PyMethodOverriding | |
PyMethodParameters | |
PyMissingConstructor | |
PyNestedDecorators | |
PyNonAsciiChar | |
PyNoneFunctionAssignment | |
PyOldStyleClasses | |
PyPackageRequirements | |
PyPep8 | |
PyPep8Naming | |
PyPropertyAccess | |
PyPropertyDefinition | |
PyProtectedMember | |
PyRaisingNewStyleClass | |
PyRedeclaration | |
PyRedundantParentheses | |
PyReturnFromInit | |
PySetFunctionToLiteral | |
PyShadowingBuiltins | |
PyShadowingNames | |
PySimplifyBooleanCheck | |
PySingleQuotedDocstring | |
PyStatementEffect | |
PyStringException | |
PyStringFormat | |
PySuperArguments | |
PyTrailingSemicolon | |
PyTupleAssignmentBalance | |
PyTupleItemAssignment | |
PyTypeChecker | |
PyUnboundLocalVariable | |
PyUnnecessaryBackslash | |
PyUnreachableCode | |
PyUnresolvedReferences | |
PyUnsupportedFeatures | |
PyUnusedLocal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment