5 pipeline with unit tests #10

Merged
julian merged 14 commits from 5-pipeline-with-unit-tests into master 2026-07-29 20:01:58 +02:00
Showing only changes of commit e0b377dd3e - Show all commits
+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"]