ruff/crates/ruff_linter
plredmond dcabd04caf
F401 use BTreeMap instead of FxHashMap (#11621)
* Potentially resolves #11619 (nondeterministic hashmap order across
different architectures) in F401 by replacing a hashmap with
nondeterministic traversal order with an ordered mapping.

I'm not sure how to test this with our CI/CD. I don't have an s390x
machine at home. Should I try it in Qemu?
2024-05-30 10:54:46 -07:00
..
resources Avoid removing newlines between docstring headers and rST blocks (#11609) 2024-05-30 13:29:20 -04:00
src F401 use BTreeMap instead of FxHashMap (#11621) 2024-05-30 10:54:46 -07:00
Cargo.toml Bump version to v0.4.6 (#11585) 2024-05-28 15:10:53 -04:00
__init__.py [`pylint`] (Re-)Implement `import-private-name` (`C2701`) (#9553) 2024-01-16 14:03:11 -05:00