-
-
Save omidraha/72817ed0c6173f6c47613e3eebf03ad7 to your computer and use it in GitHub Desktop.
Revisions
-
pylover revised this gist
Sep 14, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -64,4 +64,5 @@ # noinspection PyUnresolvedReferences # noinspection PyUnusedLocal # noinspection ReturnValueFromInit # noinspection SpellCheckingInspection # noinspection PyShadowingNames -
pylover revised this gist
Apr 13, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -63,4 +63,5 @@ # noinspection PyUnreachableCode # noinspection PyUnresolvedReferences # noinspection PyUnusedLocal # noinspection ReturnValueFromInit # noinspection SpellCheckingInspection -
pylover revised this gist
Nov 15, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ # Extracted using: $ unzip -p lib/pycharm.jar com/jetbrains/python/PyBundle.properties | grep -B1 INSP.NAME | grep '^#' | sed 's|Inspection||g' | sed -e 's|#\s\{,1\}|# noinspection |' # noinspection PyPep8 # noinspection PyPep8Naming # noinspection PyTypeChecker # noinspection PyAbstractClass -
pylover revised this gist
Oct 5, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ # Extracted using: $ unzip -p lib/pycharm.jar com/jetbrains/python/PyBundle.properties | grep -B1 INSP.NAME | grep '^#' | sed 's|Inspection||g' | sed -e 's|#\s\{,1\}|# noinspection |' # noinspection PyPep8Naming # noinspection PyTypeChecker # noinspection PyAbstractClass # noinspection PyArgumentEqualDefault # noinspection PyArgumentList -
pylover revised this gist
Oct 5, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ # Extracted using: $ unzip -p lib/pycharm.jar com/jetbrains/python/PyBundle.properties | grep -B1 INSP.NAME | grep '^#' | sed 's|Inspection||g' | sed -e 's|#\s\{,1\}|# noinspection |' # noinspection PyPep8Naming # noinspection PyAbstractClass # noinspection PyArgumentEqualDefault # noinspection PyArgumentList -
pylover revised this gist
Oct 2, 2016 . 1 changed file with 9 additions and 16 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # Extracted using: $ unzip -p lib/pycharm.jar com/jetbrains/python/PyBundle.properties | grep -B1 INSP.NAME | grep '^#' | sed 's|Inspection||g' | sed -e 's|#\s\{,1\}|# noinspection |' # noinspection PyAbstractClass # noinspection PyArgumentEqualDefault # noinspection PyArgumentList @@ -7,25 +9,21 @@ # noinspection PyBroadException # noinspection PyByteLiteral # noinspection PyCallByClass # noinspection PyChainedComparsons # noinspection PyClassHasNoInit # noinspection PyClassicStyleClass # noinspection PyComparisonWithNone # noinspection PyCompatibility # noinspection PyDecorator # noinspection PyDefaultArgument # noinspection PyDictCreation # noinspection PyDictDuplicateKeys # noinspection PyDocstringTypes # noinspection PyExceptClausesOrder # noinspection PyExceptionInheritance # noinspection PyFromFutureImport # noinspection PyGlobalUndefined # noinspection PyIncorrectDocstring # noinspection PyInitNewSignature # noinspection PyInterpreter # noinspection PyListCreation @@ -35,23 +33,19 @@ # noinspection PyMethodOverriding # noinspection PyMethodParameters # noinspection PyMissingConstructor # noinspection PyMissingOrEmptyDocstring # noinspection PyNestedDecorators # noinspection PynonAsciiChar # noinspection PyNoneFunctionAssignment # noinspection PyOldStyleClasses # noinspection PyPackageRequirements # noinspection PyPropertyAccess # noinspection PyPropertyDefinition # noinspection PyProtectedMember # noinspection PyRaisingNewStyleClass # noinspection PyRedeclaration # noinspection PyRedundantParentheses # noinspection PySetFunctionToLiteral # noinspection PySimplifyBooleanCheck # noinspection PySingleQuotedDocstring # noinspection PyStatementEffect @@ -61,10 +55,9 @@ # noinspection PyTrailingSemicolon # noinspection PyTupleAssignmentBalance # noinspection PyTupleItemAssignment # noinspection PyUnboundLocalVariable # noinspection PyUnnecessaryBackslash # noinspection PyUnreachableCode # noinspection PyUnresolvedReferences # noinspection PyUnusedLocal # noinspection ReturnValueFromInit -
pylover revised this gist
Sep 13, 2016 . 1 changed file with 70 additions and 70 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,70 +1,70 @@ # noinspection PyAbstractClass # noinspection PyArgumentEqualDefault # noinspection PyArgumentList # noinspection PyAssignmentToLoopOrWithParameter # noinspection PyAttributeOutsideInit # noinspection PyAugmentAssignment # noinspection PyBroadException # noinspection PyByteLiteral # noinspection PyCallByClass # noinspection PyCallingNonCallable # noinspection PyChainedComparisons # noinspection PyClassHasNoInit # noinspection PyClassicStyleClass # noinspection PyComparisonWithNone # noinspection PyCompatibility # noinspection PyDecorator # noinspection PyDefaultArgument # noinspection PyDeprecatedModules # noinspection PyDeprecation # noinspection PyDictCreation # noinspection PyDictDuplicateKeys # noinspection PyDocstring # noinspection PyDocstringTypes # noinspection PyExceptClausesOrder # noinspection PyExceptionInherit # noinspection PyFromFutureImport # noinspection PyGlobalUndefined # noinspection PyInconsistentIndentation # noinspection PyInitNewSignature # noinspection PyInterpreter # noinspection PyListCreation # noinspection PyMandatoryEncoding # noinspection PyMethodFirstArgAssignment # noinspection PyMethodMayBeStatic # noinspection PyMethodOverriding # noinspection PyMethodParameters # noinspection PyMissingConstructor # noinspection PyNestedDecorators # noinspection PyNonAsciiChar # noinspection PyNoneFunctionAssignment # noinspection PyOldStyleClasses # noinspection PyPackageRequirements # noinspection PyPep8 # noinspection PyPep8Naming # noinspection PyPropertyAccess # noinspection PyPropertyDefinition # noinspection PyProtectedMember # noinspection PyRaisingNewStyleClass # noinspection PyRedeclaration # noinspection PyRedundantParentheses # noinspection PyReturnFromInit # noinspection PySetFunctionToLiteral # noinspection PyShadowingBuiltins # noinspection PyShadowingNames # noinspection PySimplifyBooleanCheck # noinspection PySingleQuotedDocstring # noinspection PyStatementEffect # noinspection PyStringException # noinspection PyStringFormat # noinspection PySuperArguments # noinspection PyTrailingSemicolon # noinspection PyTupleAssignmentBalance # noinspection PyTupleItemAssignment # noinspection PyTypeChecker # noinspection PyUnboundLocalVariable # noinspection PyUnnecessaryBackslash # noinspection PyUnreachableCode # noinspection PyUnresolvedReferences # noinspection PyUnsupportedFeatures # noinspection PyUnusedLocal -
ar45 created this gist
Nov 3, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,70 @@ 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