From ccb395c6c5a7c75d55fd3e290fdb98eb3a831611 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 12 May 2024 18:08:47 +0200 Subject: [PATCH] Ruff rule (commented for now) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5ca727f31..cfdbb3ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,6 +140,7 @@ extend-select = [ # "RSE", # flake8-raise # "TCH", # flake8-type-checking "PTH", # flake8-use-pathlib + # "RUF", # ruff ] extend-ignore = [