From 336a82cd24b72160ae00a96cc935a3f2206c640f Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 22 Nov 2023 11:44:27 +0100 Subject: [PATCH] change line length to 120 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d2dd016 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[tool.ruff] +line-length = 120 +target-version = "py312"