[MASTER]

# use multiple processes
jobs=2

[MESSAGES CONTROL]

disable=len-as-condition

[TYPECHECK]
ignored-modules=pygit2,py.path

# zmq.{LINGER,REQ,ROUTER,NOBLOCK} are dynamically generated and so pylint
# doesn't see them, causing false positives.
generated-members=LINGER,REQ,ROUTER,NOBLOCK
