ruff/crates/ruff_dev/src
konsti 212fd86bf0
Switch from jaccard index to similarity index (#5679)
## Summary

The similarity index, the fraction of unchanged lines, is easier to
understand than the jaccard index, the fraction between intersection and
union.

## Test Plan

I ran this on django and git a 0.945 index, meaning 5.5% of lines are
currently reformatted when compared to black
2023-07-11 13:03:44 +02:00
..
format_dev.rs Switch from jaccard index to similarity index (#5679) 2023-07-11 13:03:44 +02:00
generate_all.rs Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00
generate_cli_help.rs Use mod tests consistently (#5278) 2023-06-22 01:50:28 +00:00
generate_docs.rs Update option anchors to include group name (#4711) 2023-05-29 17:26:10 -04:00
generate_json_schema.rs Add unreachable code rule (#5384) 2023-07-04 14:27:23 +00:00
generate_options.rs Add separate configuration for MkDocs Insiders plugins (#5544) 2023-07-05 18:40:21 -04:00
generate_rules_table.rs Rework upstream categories so we can all_rules() (#5591) 2023-07-10 09:41:26 -04:00
main.rs Extend ruff_dev formatter script to compute statistics and format a project (#5492) 2023-07-07 11:30:12 +00:00
print_ast.rs Upgrade RustPython (#4747) 2023-05-31 08:26:35 +00:00
print_cst.rs Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00
print_tokens.rs Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00
round_trip.rs Experimental release for Jupyter notebook integration (#5363) 2023-06-26 21:22:42 +05:30