[MASTER]
extension-pkg-allow-list=xattr
persistent=no

py-version=3.6

[BASIC]
good-names=rc,ret,fd,kv,wf,rf

[MESSAGES CONTROL]
disable=locally-disabled,locally-enabled,star-args,global-statement,bad-option-value,
        wrong-import-position,modified-iterating-list,duplicate-code,unspecified-encoding

[FORMAT]
max-line-length=100
max-locals=30
max-args=10
min-similarity-lines=10
max-branches=25
max-statements=200
max-attributes=30

[MISCELLANEOUS]
# List of note tags to take in consideration, separated by a comma.
notes=FIXME,XXX,TODO

[REPORTS]
reports=no
score=no

[DESIGN]
# Controls the too-many-ancestors message.  Default is 7, much of our ftest code has 8 or 9
max-parents=9
