+1
−1
+2
−4
+4
−2
+2
−1
Loading
Latest ruff adds three families of findings in the test suite: - RUF061 wants `pytest.raises` used as a context manager (8 callsites) - RUF043 wants regex `match=` patterns marked as raw strings (5 patterns) - PLC0415 wants imports hoisted to module scope (test_exceptions had a redundant `import traceback` and a couple of late `sys` / `StringIO` imports). All three are legitimate cleanups.