Hacker News new | ask | show | jobs
by mkesper 1226 days ago
The Readme mentions 3.11 compatibility so that's astonishing.
1 comments

It supports 3.11 but not all syntax constructs of 3.11.
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.