From e1d1edabb34ec2a942d952f0e980800e74791325 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:09:01 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.22 → v0.16.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.22...v0.16.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4356322..94eec12 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: fail_fast: true - repo: 'https://github.com/astral-sh/ruff-pre-commit' - rev: v0.15.22 + rev: v0.16.0 hooks: - id: ruff args: From 04e0698dde53285d2bff0bb12261369c75a63495 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Wed, 29 Jul 2026 08:24:34 -0700 Subject: [PATCH 2/2] Fix issues --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6b9f14..23e6815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,9 +21,10 @@ Home = "https://github.com/sefcom/clusterutils" [project.scripts] sc-utilization = "sefcom_clusterutils.utilization:main" -[tool.ruff] +[tool.ruff.lint] select = ["ALL"] ignore = [ + "CPY", "D", "FBT", "T201",