Adjusting ruff ignore file rename
CI / lint (push) Successful in 11s
CI / test (push) Successful in 1m44s

This commit is contained in:
Julian Piribauer
2026-07-29 19:54:00 +02:00
parent 154a1e9a0b
commit e0b377dd3e
+1 -1
View File
@@ -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"]