From 8bedb07cea11d23f1ec43d08d180ad778a66ccc6 Mon Sep 17 00:00:00 2001 From: stumpylog <797416+stumpylog@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:17:38 -0700 Subject: [PATCH] Fixes doc link for PLR --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b29e10d30..469f5ea1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -241,7 +241,7 @@ extend-select = [ "PIE", # https://docs.astral.sh/ruff/rules/#flake8-pie-pie "PLC", # https://docs.astral.sh/ruff/rules/#pylint-pl "PLE", - "PLR0124", + "PLR0124", # https://docs.astral.sh/ruff/rules/#refactor-plr "PLR0133", "PLR0206", "PLR0402",