From 3efb083b4bd379c2c04e4998399315c0d8484dc8 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 24 Jul 2026 17:44:15 +0000 Subject: [PATCH] Update CI files --- lint_requirements.txt | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lint_requirements.txt b/lint_requirements.txt index 22ea8e6..54ec5d0 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -8,5 +8,5 @@ bump-my-version check-manifest packaging -ruff<0.16.0 +ruff yamllint diff --git a/pyproject.toml b/pyproject.toml index c9eafaf..8c96390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,6 +172,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",