.pylintrc 110 B

12345678
  1. [MESSAGE CONTROL]
  2. disable=missing-function-docstring,
  3. missing-module-docstring
  4. [DESIGN]
  5. max-args=8