.pylintrc 165 B

12345
  1. [MESSAGE CONTROL]
  2. disable=consider-iterating-dictionary, # "Explicit is better than implicit."
  3. missing-function-docstring,
  4. missing-module-docstring