From 485a0dd738b6ead4b4fe09e1bc97baf528c01401 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Mon, 30 Jun 2025 12:17:42 +0200 Subject: [PATCH] fix: remove ruff deprecation warning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 485d87c..62ab849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,9 @@ build-backend = "hatchling.build" [tool.ruff] target-version = "py311" line-length = 88 -select = ["E", "F", "I", "N", "W", "UP", "B", "C4", "SIM"] [tool.ruff.lint] +select = ["E", "F", "I", "N", "W", "UP", "B", "C4", "SIM"] ignore = ["E501"] [tool.mypy]