From e0b377dd3e64901552c6ae5e47b0119ff7b535cd Mon Sep 17 00:00:00 2001 From: Julian Piribauer Date: Wed, 29 Jul 2026 19:54:00 +0200 Subject: [PATCH] Adjusting ruff ignore file rename --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd2f04e..4b852c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,4 +14,4 @@ ignore = [ "*.sage.py" = ["F403", "F405", "F821", "E741", "E402", "E702", "I001", "W291", "W293", "W292"] # test_smoke.py star-imports sage.all and loads a .sage file, so ruff can't see where its names come from. -"tests/topdata_tests.py" = ["F403", "F405"] +"tests/test_topdata_and_disc.py" = ["F403", "F405"]