From df077fff46dae0b6e035c3173e70b3bda4791602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=BCmmmerer?= Date: Mon, 6 Nov 2023 11:33:58 +0100 Subject: [PATCH] add pyproject.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Kümmmerer --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..a61094a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[tool.ruff] +select = ["B", "E", "F", "FIX", "I", "T20"] +line-length = 200 +ignore = ["T201"] # ignore print statements \ No newline at end of file