ruff/crates/ruff_python_ast
Charlie Marsh 35ba3c91ce
Use u64 instead of i64 in Int type (#11356)
## Summary

I believe the value here is always unsigned, since we represent `-42` as
a unary operator on `42`.
2024-05-10 13:35:15 +00:00
..
src Use u64 instead of i64 in Int type (#11356) 2024-05-10 13:35:15 +00:00
Cargo.toml Remove cyclic dev dependency with the parser crate (#11261) 2024-05-07 09:24:57 +00:00