[MASTER]
# I would like to clean up the code more at some point so that we can
# disable fewer of these, but these are necessary at least to start. 
disable =
  missing-module-docstring,
  missing-class-docstring,
  missing-function-docstring,
  invalid-name,
  too-many-ancestors,
  too-many-arguments,
  too-many-branches,
  too-many-instance-attributes,
  too-many-locals,
  too-many-statements,
  too-few-public-methods,
  broad-exception-caught,
  subprocess-popen-preexec-fn,
  # flake8 handles these
  line-too-long,
  unused-variable
extension-pkg-allow-list = apt_pkg
