From 0b60a2df66bfd34790bb31b63e99ac44ab87daf7 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 26 Jan 2025 14:03:28 +0000 Subject: [PATCH] chore(repo): enable more ruff rules --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index dae9ead..fbe8028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,6 +97,8 @@ select = [ "SLF", "ERA", "FIX", + "PERF", + "C4", ] ignore = ["PLR0912", "PLR0915", "PLR2004", "PLR0913"]