Files
bitfinex-api-py/pylint.rc
2019-07-19 16:27:35 +07:00

14 lines
302 B
Plaintext

[MESSAGES CONTROL]
disable=too-few-public-methods,
import-error,
too-many-arguments,
duplicate-code,
too-many-locals,
no-init,
len-as-condition,
too-many-instance-attributes,
invalid-name
ignore=tests,websockets,rest,utils