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"]