From c907dc500504cdff8e2342f488fb679cd2108975 Mon Sep 17 00:00:00 2001 From: dangotbanned <125183946+dangotbanned@users.noreply.github.com> Date: Sun, 24 Nov 2024 13:52:44 +0000 Subject: [PATCH] revert(ruff): Ignore `0.8.0` violations f21b52b6c932c517383de02087f75228af0f7a28 --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a44b4459e..c353b9b9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -377,9 +377,7 @@ ignore = [ # doc-line-too-long "W505", # Any as annotation - "ANN401", - # 0.8.0 - "RUF039", "RUF200" + "ANN401" ] # https://docs.astral.sh/ruff/settings/#lintpydocstyle pydocstyle={ convention="numpy" }