[tool.pylint.format] good-names = [ 'x', 'y', 'z', 'id', 'ok' ] [tool.pylint.messages_control] disable = [ 'missing-module-docstring', 'no-name-in-module', 'useless-import-alias', 'line-too-long', 'too-many-arguments', 'too-few-public-methods' ] [tool.pyright] reportUnknownVariableType = false reportUnknownMemberType = false reportMissingTypeStubs = false