diff --git a/pyproject.toml b/pyproject.toml index 7e3b283b..53216925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,7 +163,7 @@ follow_untyped_imports = true # https://pylint.pycqa.org/en/latest/user_guide/configuration/index.html # https://github.com/astral-sh/ruff/issues/970 -[tool.pylint.main] +[tool.pylint] fail-under = 10.0 load-plugins = [ "pylint.extensions.bad_builtin", @@ -211,14 +211,14 @@ disable = [ "too-many-try-statements", ] -[tool.pylint.MISCELLANEOUS] +[tool.pylint.miscellaneous] notes = [ "FIXME", "TODO", "BUGBUG", ] -[tool.pylint.FORMAT] +[tool.pylint.format] max-line-length = 120