From 8930ea0b41a7f4f8f0957aeb7a20d14cb1d5fac9 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Tue, 15 Sep 2026 08:05:40 -0400 Subject: [PATCH] Enable pycodestyle warnings --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f6f6fd..9be484f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,8 @@ src = ["src"] [tool.ruff.lint] select = [ "F", # pyflakes - "E", # pycodestyle + "E", # pycodestyle errors + "W", # pycodestyle warnings "I", # isort "N", # pep8-naming "UP", # pyupgrade