From 0d7c346251e1ac5b1c3b86df98087af468fa4959 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 24 Jul 2026 12:05:17 +0000 Subject: [PATCH] Update CI files --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2a86c6da..48f726aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,6 +138,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",