tree: 4bd4cc5d204e8ff51dc5bb81f8769597179102da [path history] [tgz]
  1. importFromModule/
  2. importFromModuleStar/
  3. InconsistentIndentation/
  4. PyArgumentEqualDefaultInspection/
  5. PyArgumentListInspection/
  6. PyAssignmentToLoopOrWithParameterInspection/
  7. PyAttributeOutsideInitInspection/
  8. PyAugmentAssignmentInspection/
  9. PyBroadExceptionInspection/
  10. PyByteLiteralInspection/
  11. PyCallByClassInspection/
  12. PyCallingNonCallableInspection/
  13. PyChainedComparisonsInspection/
  14. PyClassHasNoInitInspection/
  15. PyClassicStyleClassInspection/
  16. PyComparisonWithNoneInspection/
  17. PyCompatibilityInspection/
  18. PyDecoratorInspection/
  19. PyDefaultArgumentInspection/
  20. PyDictCreationInspection/
  21. PyDictDuplicateKeysInspection/
  22. PyDocstringInspection/
  23. PyDocstringParametersInspection/
  24. PyExceptClausesOrderInspection/
  25. PyExceptionInheritInspection/
  26. PyFromFutureImportInspection/
  27. PyGlobalUndefinedInspection/
  28. PyInitNewSignatureInspection/
  29. PyListCreationInspection/
  30. PyMethodFirstArgAssignmentInspection/
  31. PyMethodMayBeStaticInspection/
  32. PyMethodOverridingInspection/
  33. PyMethodParametersInspection/
  34. PyMissingConstructorInspection/
  35. PyNestedDecoratorsInspection/
  36. PyNonAsciiCharInspection/
  37. PyNoneFunctionAssignmentInspection/
  38. PyOldStyleClassesInspection/
  39. PyPackageRequirementsInspection/
  40. PyPep8NamingInspection/
  41. PyPropertyAccessInspection/
  42. PyPropertyDefinitionInspection25/
  43. PyPropertyDefinitionInspection26/
  44. PyProtectedMemberInspection/
  45. PyRaisingNewStyleClassInspection/
  46. PyRedeclarationInspection/
  47. PyRedundantParenthesesInspection/
  48. PySetFunctionToLiteralInspection/
  49. PyShadowingBuiltinsInspection/
  50. PyShadowingNamesInspection/
  51. PySimplifyBooleanCheckInspection/
  52. PySingleQuotedDocstringInspection/
  53. PyStatementEffectInspection/
  54. PyStringExceptionInspection/
  55. PyStringFormatInspection/
  56. PyStringFormatInspection1/
  57. PyStringFormatInspectionSlice/
  58. PySuperArgumentsInspection/
  59. PyTrailingSemicolonInspection/
  60. PyTupleAssignmentBalanceInspection/
  61. PyTupleAssignmentBalanceInspection2/
  62. PyTupleAssignmentBalanceInspection3/
  63. PyTupleItemAssignmentInspection/
  64. PyTypeCheckerInspection/
  65. PyUnboundLocalVariableInspection/
  66. PyUnnecessaryBackslashInspection/
  67. PyUnreachableCodeInspection/
  68. PyUnresolvedReferencesInspection/
  69. PyUnresolvedReferencesInspection3K/
  70. PyUnusedLocalFunctionInspection/
  71. PyUnusedLocalVariableInspection/
  72. PyUnusedLocalVariableInspection3K/
  73. PyUnusedVariableTupleUnpacking/
  74. returnValueFromInit/
  75. spelling/
  76. suppress/
  77. unusedImport/
  78. __init__.py
  79. AddCallSuper.py
  80. AddCallSuper1.py
  81. AddCallSuper1_after.py
  82. AddCallSuper_after.py
  83. AddCallSuperAnnotations.py
  84. AddCallSuperAnnotations_after.py
  85. AddCallSuperPass.py
  86. AddCallSuperPass_after.py
  87. AddClass.py
  88. AddClass_after.py
  89. AddCls.py
  90. AddCls_after.py
  91. AddEncoding.py
  92. AddEncoding_after.py
  93. AddFunctionToModule.py
  94. AddFunctionToModule_after.py
  95. AddGlobalExistingStatement.py
  96. AddGlobalExistingStatement_after.py
  97. AddGlobalStatement.py
  98. AddGlobalStatement_after.py
  99. AddImport.py
  100. AddImport_after.py
  101. AddImportDoc.py
  102. AddImportDoc_after.py
  103. AddImportDocComment.py
  104. AddImportDocComment_after.py
  105. AddParameter.py
  106. AddParameter_after.py
  107. AddSelf.py
  108. AddSelf_after.py
  109. AddSelfFunction.py
  110. AddSelfFunction_after.py
  111. AddSelfToClassmethod.py
  112. AddSelfToClassmethod_after.py
  113. AddToImportFromFoo.py
  114. AddToImportFromList.py
  115. AddToImportFromList_after.py
  116. ArgumentEqualDefault.py
  117. ArgumentEqualDefault_after.py
  118. AugmentAssignment.py
  119. AugmentAssignment1.py
  120. AugmentAssignment1_after.py
  121. AugmentAssignment2.py
  122. AugmentAssignment2_after.py
  123. AugmentAssignment_after.py
  124. AugmentAssignmentFunction.py
  125. AugmentAssignmentFunction_after.py
  126. AugmentAssignmentPerc.py
  127. AugmentAssignmentPerc_after.py
  128. AugmentAssignmentSubscription.py
  129. AugmentAssignmentSubscription_after.py
  130. AugmentAssignmentWithContext.py
  131. AugmentAssignmentWithContext_after.py
  132. ChainedComparison1.py
  133. ChainedComparison1_after.py
  134. ChainedComparison2.py
  135. ChainedComparison2_after.py
  136. ChainedComparison3.py
  137. ChainedComparison3_after.py
  138. ChainedComparison4.py
  139. ChainedComparison4_after.py
  140. ChainedComparison5.py
  141. ChainedComparison5_after.py
  142. ChainedComparisons.py
  143. ChainedComparisons_after.py
  144. ComparisonWithNone.py
  145. ComparisonWithNone_after.py
  146. ConvertSingleQuotedDocstring.py
  147. ConvertSingleQuotedDocstring_after.py
  148. ConvertSingleQuotedDocstringEscape.py
  149. ConvertSingleQuotedDocstringEscape_after.py
  150. DefaultArgument.py
  151. DefaultArgument_after.py
  152. DictComprehensionToCall.py
  153. DictComprehensionToCall_after.py
  154. DictCreation.py
  155. DictCreation_after.py
  156. DictCreationDuplicate.py
  157. DictCreationDuplicate_after.py
  158. DictCreationTuple.py
  159. DictCreationTuple_after.py
  160. DocstringParams.py
  161. DocstringParams1.py
  162. DocstringParams1_after.py
  163. DocstringParams2.py
  164. DocstringParams2_after.py
  165. DocstringParams_after.py
  166. ImportTarget.py
  167. ListCreation.py
  168. ListCreation_after.py
  169. MoveFromFutureImport.py
  170. MoveFromFutureImport_after.py
  171. MoveFromFutureImportDocString.py
  172. MoveFromFutureImportDocString_after.py
  173. QualifyByImport.py
  174. QualifyByImport_after.py
  175. QualifyByImportFoo.py
  176. RedundantParentheses.py
  177. RedundantParentheses_after.py
  178. RedundantParenthesesBoolean.py
  179. RedundantParenthesesBoolean_after.py
  180. RedundantParenthesesMore.py
  181. RedundantParenthesesMore_after.py
  182. RemoveDecorator.py
  183. RemoveDecorator_after.py
  184. RemoveTrailingSemicolon.py
  185. RemoveTrailingSemicolon_after.py
  186. RenameFunctionShadowingBuiltins.py
  187. RenameFunctionShadowingBuiltins_after.py
  188. RenameShadowingBuiltins.py
  189. RenameShadowingBuiltins_after.py
  190. RenameToSelf.py
  191. RenameToSelf_after.py
  192. RenameUnresolvedReference.py
  193. RenameUnresolvedReference_after.py
  194. ReplaceNotEqOperator.py
  195. ReplaceNotEqOperator_after.py
  196. ReplacePrint.py
  197. ReplacePrint_after.py
  198. SetFunctionToLiteral.py
  199. SetFunctionToLiteral_after.py
  200. SimplifyBooleanCheck.py
  201. SimplifyBooleanCheck_after.py
  202. StatementEffect.py
  203. StatementEffect_after.py
  204. StatementEffectIntroduceVariable.py
  205. StatementEffectIntroduceVariable_after.py
  206. TransformClassicClass.py
  207. TransformClassicClass_after.py
  208. UnnecessaryBackslash.py
  209. UnnecessaryBackslash_after.py
  210. UnnecessaryBackslashInArguments.py
  211. UnnecessaryBackslashInArguments_after.py
  212. UnresolvedRefCreateFunction.py
  213. UnresolvedRefCreateFunction_after.py
  214. UnresolvedRefNoCreateFunction.py
  215. UnresolvedRefTrueFalse.py
  216. UnresolvedRefTrueFalse_after.py
  217. UnresolvedWith.py
  218. UnresolvedWith_after.py