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