From dbff8d0d2a20877160df13d2bb6e6c95abed7a66 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 26 Jan 2025 13:42:48 +0000 Subject: [PATCH] chore(repo): enable some more ruff rules --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7c337dc..dae9ead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,6 +94,9 @@ select = [ "PLW", "PLR", "LOG", + "SLF", + "ERA", + "FIX", ] ignore = ["PLR0912", "PLR0915", "PLR2004", "PLR0913"]