Skip to content

Instantly share code, notes, and snippets.

@ar45
Created November 3, 2015 19:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ar45/1ef83d354a809bf98264 to your computer and use it in GitHub Desktop.
Save ar45/1ef83d354a809bf98264 to your computer and use it in GitHub Desktop.
PyCharm inspections
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