Adjusting ruff ignore file rename
This commit is contained in:
+1
-1
@@ -14,4 +14,4 @@ ignore = [
|
|||||||
"*.sage.py" = ["F403", "F405", "F821", "E741", "E402", "E702", "I001", "W291", "W293", "W292"]
|
"*.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.
|
# 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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user