Enable the RUF031 lint in Ruff

This commit is contained in:
Adam Turner
2024-11-30 19:22:30 +00:00
parent d796a8ae21
commit 19dfc3f5af
7 changed files with 28 additions and 28 deletions

View File

@@ -122,7 +122,7 @@ def test_skipif(app):
def record(directive, part, should_skip):
recorded_calls[(directive, part, should_skip)] += 1
recorded_calls[directive, part, should_skip] += 1
return f'Recorded {directive} {part} {should_skip}'