Hacker News new | ask | show | jobs
by the_mitsuhiko 1219 days ago
It supports 3.11 but not all syntax constructs of 3.11.
1 comments

Can they claim to support it then?
I don't know. But that's not unique to ruff. Plenty of Python linting tools had issues with new Python syntax in the past. Rust's rustfmt can still not format some of the most recent syntax additions and rust-analyzer has some limitations with new stuff as well.