blob: 2e74428adbbd29aac1fa6c2488853bf4afa28500 [file] [log] [blame]
[MESSAGES CONTROL]
disable=C0111, W0621, R0201, R0913, R0903, W0511, C0330
[BASIC]
no-docstring-rgx=(test_.*)|(__.*__)
[FORMAT]
indent-string=' '
good-names=i,f
[SIMILARITIES]
min-similarity-lines=6
[MASTER]
init-hook='import sys; sys.path.append("./tests/helpers")'