From 51cc2c63ffc5091c93185806856d15ddc74c3c10 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Mon, 27 Jul 2026 18:00:30 +0200 Subject: [PATCH] chore: disable unnecessary ruff check --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 583727a..b77618e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,7 @@ ignore = [ "D205", "D212", "PTH123", + "CPY", ] [tool.ruff.lint.extend-per-file-ignores] "tests/*" = ["S101", "PLR", "PT011", "ANN001"]