This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
mirror of
https://github.com/astral-sh/ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b19ddca69b
ruff
/
crates
/
ty_python_semantic
/
resources
/
mdtest
/
exception
/
invalid_syntax.md
146 B
Raw
Blame
History
Exception Handling
Invalid syntax
try
:
print
except
as
e
:
# error: [invalid-syntax]
reveal_type
(
e
)
# revealed: Unknown