ruff/crates/ruff_python_ast
Charlie Marsh 9f3567dea6
Use `range: _` in lieu of `range: _range` (#6296)
## Summary

`range: _range` is slightly inconvenient because you can't use it
multiple times within a single match, unlike `_`.
2023-08-02 22:11:13 -04:00
..
src Use `range: _` in lieu of `range: _range` (#6296) 2023-08-02 22:11:13 -04:00
tests Rename `Arguments` to `Parameters` in the AST (#6253) 2023-08-01 13:53:28 -04:00
Cargo.toml Add static assertions to nodes (#6228) 2023-08-01 11:54:49 +02:00