2017-09-09 17:59:09 +02:00
|
|
|
abstract-method
|
2017-04-05 00:21:55 +02:00
|
|
|
access-member-before-definition
|
2017-09-09 17:59:09 +02:00
|
|
|
anomalous-backslash-in-string
|
|
|
|
anomalous-unicode-escape-in-string
|
|
|
|
arguments-differ
|
2017-04-05 00:21:55 +02:00
|
|
|
assignment-from-no-return
|
2017-09-09 17:59:09 +02:00
|
|
|
attribute-defined-outside-init
|
|
|
|
bad-continuation
|
|
|
|
bad-indentation
|
|
|
|
bad-mcs-classmethod-argument
|
|
|
|
bad-whitespace
|
|
|
|
bare-except
|
|
|
|
blacklisted-name
|
|
|
|
broad-except
|
|
|
|
cell-var-from-loop
|
|
|
|
consider-iterating-dictionary
|
|
|
|
consider-using-enumerate
|
2017-09-12 01:39:34 +02:00
|
|
|
deprecated-lambda
|
2017-09-09 17:59:09 +02:00
|
|
|
deprecated-method
|
|
|
|
deprecated-module
|
|
|
|
eval-used
|
|
|
|
exec-used
|
|
|
|
expression-not-assigned
|
|
|
|
fixme
|
2017-04-05 00:21:55 +02:00
|
|
|
function-redefined
|
2017-09-09 17:59:09 +02:00
|
|
|
global-at-module-level
|
|
|
|
global-statement
|
|
|
|
global-variable-not-assigned
|
|
|
|
global-variable-undefined
|
2017-04-05 00:21:55 +02:00
|
|
|
import-error
|
2017-09-09 17:59:09 +02:00
|
|
|
import-self
|
2017-09-12 01:39:34 +02:00
|
|
|
invalid-encoded-data
|
2017-09-09 17:59:09 +02:00
|
|
|
invalid-name
|
|
|
|
line-too-long
|
2017-04-05 00:21:55 +02:00
|
|
|
locally-disabled
|
|
|
|
method-hidden
|
2017-09-09 17:59:09 +02:00
|
|
|
misplaced-comparison-constant
|
|
|
|
missing-docstring
|
2017-09-12 01:39:34 +02:00
|
|
|
no-init
|
2017-04-05 00:21:55 +02:00
|
|
|
no-member
|
2017-09-09 17:59:09 +02:00
|
|
|
no-name-in-module
|
|
|
|
no-self-use
|
2017-04-05 00:21:55 +02:00
|
|
|
no-value-for-parameter
|
2017-04-13 09:07:40 +02:00
|
|
|
non-iterator-returned
|
2017-04-05 00:21:55 +02:00
|
|
|
not-a-mapping
|
|
|
|
not-an-iterable
|
|
|
|
not-callable
|
2017-09-12 01:39:34 +02:00
|
|
|
old-style-class
|
2017-09-09 17:59:09 +02:00
|
|
|
pointless-statement
|
|
|
|
pointless-string-statement
|
|
|
|
protected-access
|
|
|
|
redefined-builtin
|
|
|
|
redefined-outer-name
|
|
|
|
redefined-variable-type
|
|
|
|
reimported
|
2017-09-12 01:39:34 +02:00
|
|
|
relative-import
|
2017-09-09 17:59:09 +02:00
|
|
|
simplifiable-if-statement
|
|
|
|
super-init-not-called
|
|
|
|
superfluous-parens
|
|
|
|
too-few-public-methods
|
|
|
|
too-many-ancestors
|
|
|
|
too-many-arguments
|
|
|
|
too-many-boolean-expressions
|
|
|
|
too-many-branches
|
2017-04-05 00:21:55 +02:00
|
|
|
too-many-function-args
|
2017-09-09 17:59:09 +02:00
|
|
|
too-many-instance-attributes
|
|
|
|
too-many-lines
|
|
|
|
too-many-locals
|
|
|
|
too-many-nested-blocks
|
|
|
|
too-many-public-methods
|
|
|
|
too-many-return-statements
|
|
|
|
too-many-statements
|
|
|
|
undefined-loop-variable
|
|
|
|
ungrouped-imports
|
|
|
|
unidiomatic-typecheck
|
|
|
|
unneeded-not
|
2017-04-05 00:21:55 +02:00
|
|
|
unsubscriptable-object
|
|
|
|
unsupported-membership-test
|
2017-09-09 17:59:09 +02:00
|
|
|
unused-argument
|
|
|
|
unused-import
|
|
|
|
unused-variable
|
|
|
|
unused-wildcard-import
|
2017-04-05 00:21:55 +02:00
|
|
|
used-before-assignment
|
2017-09-09 17:59:09 +02:00
|
|
|
wildcard-import
|
|
|
|
wrong-import-order
|
|
|
|
wrong-import-position
|