From f2a1aed87b97f7c9bc3b3dbce9f94ae63c3c0682 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 2 Nov 2023 20:42:27 +0100 Subject: [PATCH] Move single option up --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a891fb7..f2f440a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.ruff] +line-length = 120 select = [ "E", "W", @@ -61,7 +62,6 @@ ignore = [ "PERF203", "RUF012", ] -line-length = 120 [tool.ruff.per-file-ignores] "__init__.py" = ["I"]