S102: ignore

This commit is contained in:
Jörg Thalheim
2025-08-20 16:23:44 +02:00
parent 954301465f
commit f3f6692e4d

View File

@@ -639,7 +639,7 @@ class Driver:
def test_script(self) -> None:
"""Run the test script"""
exec(self.testscript, self.test_symbols(), None)
exec(self.testscript, self.test_symbols(), None) # noqa: S102
def run_tests(self) -> None:
"""Run the test script (for non-interactive test runs)"""