Enable more type checking rules (#1775)

This commit is contained in:
William Easton 2025-09-07 10:11:44 -05:00 committed by GitHub
commit fe4f31c2c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 404 additions and 177 deletions

View file

@ -353,4 +353,5 @@ class TestCursorCommand:
with pytest.raises(SystemExit) as exc_info:
await cursor_command("server.py")
assert isinstance(exc_info.value, SystemExit)
assert exc_info.value.code == 1