[MASTER]
max-line-length=120
max-args=10
ignore=test

# Reasons disabled:
# locally-disabled - Because that's the whole point!
disable=
    missing-docstring
  , global-statement
  , invalid-name
  , fixme
  , locally-disabled
