From dcedb531c6bb5651d871eb4f190c9d24165691b8 Mon Sep 17 00:00:00 2001 From: stumpylog <797416+stumpylog@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:18:43 -0700 Subject: [PATCH] Fixes misisng plw link --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 469f5ea1c..c71e96000 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -254,7 +254,7 @@ extend-select = [ "PLR1733", "PLR1736", "PLR2044", - "PLW", + "PLW", # https://docs.astral.sh/ruff/rules/#warning-plw "PT010", # https://docs.astral.sh/ruff/rules/#flake8-pytest-style-pt "PT014", "PT020",