mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
146 B
146 B
Exception Handling
Invalid syntax
try:
print
except as e: # error: [invalid-syntax]
reveal_type(e) # revealed: Unknown