This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
mirror of
https://github.com/astral-sh/ruff.git
synced
2025-07-27 06:53:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
901b7dd8f8
ruff
/
crates
/
ruff_python_parser
/
resources
/
valid
/
statement
History
Download ZIP
Download TAR.GZ
Jelle Zijlstra
cd3e319538
Add support for PEP 696 syntax (
#11120
)
2024-04-26 09:47:29 +02:00
..
ambiguous_lpar_with_items.py
annotated_assignment.py
assert.py
assignment.py
augmented_assignment.py
class.py
delete.py
for.py
from_import.py
function.py
if.py
import.py
match.py
raise.py
return.py
simple.py
try.py
type.py
while.py
with.py