-
Notifications
You must be signed in to change notification settings - Fork 46
/
qa_config.txt
executable file
·14 lines (14 loc) · 968 Bytes
/
qa_config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[pep8]
ignore = W191,E128,E223,E265
max-line-length = 120
[flake8]
indent-string=\t
ignore = W191,E128,E223,E265,F403,E722,F405,E305,F401
max-line-length = 120
[pylint]
[FORMAT]
indent-string=\t
max-line-length=120
[MESSAGES CONTROL]
#disable=bad-continuation,bad-whitespace,missing-docstring,too-many-arguments,invalid-name,bare-except,protected-access,unidiomatic-typecheck,no-self-use,too-many-instance-attributes,redefined-variable-type,line-too-long,pointless-string-statement,broad-except,no-member,undefined-variable,attribute-defined-outside-init
disable=bad-continuation,bad-whitespace,missing-docstring,too-many-arguments,invalid-name,bare-except,protected-access,unidiomatic-typecheck,no-self-use,too-many-instance-attributes,redefined-variable-type,broad-except,no-member,undefined-variable,attribute-defined-outside-init,unnecessary-lambda,too-few-public-methods,len-as-condition,wildcard-import,unused-wildcard-import,fixme,bad-mcs-class method-argument