[MESSAGE CONTROL] # Disabling messages that we either don't care about for tests or are necessary to break for tests. disable = bad-continuation, # we let black handle this ungrouped-imports, # we let isort handle this duplicate-code, # the manifest handlers have a lot of similar code # All below are disabled because we need to support Python 2 useless-object-inheritance, raise-missing-from, super-with-arguments, consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation [FORMAT] max-line-length = 120 [REPORTS] msg-template = {path}:{line}: [{msg_id}({symbol}), {obj}] {msg}