From 400935b98737c0dd7e3ec05b2a4e37a6a82d377c Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 24 Jul 2026 12:04:52 +0000 Subject: [PATCH] Update CI files --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e553723d..e6da8bdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,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",