-
-
Save omidraha/72817ed0c6173f6c47613e3eebf03ad7 to your computer and use it in GitHub Desktop.
PyCharm inspections
This file contains hidden or 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