diff --git a/pyproject.toml b/pyproject.toml index e87df56..225979c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,4 +5,7 @@ line-length = 130 max-line-length = 130 [tool.pycodestyle] -max_line_length = 130 \ No newline at end of file +max_line_length = 130 + +[tool.ruff] +line-length = 130 \ No newline at end of file