From 5483f8acc8e9f8fa79b758566dfafc4ee5f311b1 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:11:11 +0000 Subject: [PATCH] build: enable ruff refurb rule (#148) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b09a292..b26153a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,6 +168,7 @@ lint.extend-select = [ "B", # flake8-bugbear "C4", # flake8-comprehensions "D", # pydocstyle + "FURB", # refurb "G", # flake8-logging-format "I", # isort "PERF", # perflint-perf