diff --git a/pyproject.toml b/pyproject.toml index 075bbd15..6320615e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,4 +84,7 @@ recursive = true aggressive = 3 [tool.ruff] -line-length = 120 \ No newline at end of file +line-length = 200 + +[tool.pylint] +max-line-length = 200 \ No newline at end of file