From 48be30d4ddc84394abb2ac5751123ff88a0c500d Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 26 Jul 2026 04:42:00 +0000 Subject: [PATCH] Update CI files --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a6a6e50a8..aa14aacc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,6 +145,7 @@ extend-exclude = [ [tool.ruff.lint] # This section is managed by the plugin template. Do not edit manually. +select = ["E4", "E7", "E9", "F"] extend-select = [ "I", "INT",