ruff/crates/ruff_dev/src
eggplants 06a04c10e2
Fix Options section of rule docs (#5741)
## Summary

Fix: #5740

A trailing line-break are needed for the anchor.

## Test Plan

http://127.0.0.1:8000/docs/rules/line-too-long/#options

|before|after|
|--|--|

|![image](b68d4fd7-da5a-4494-bb95-f7792f1a42db)|
2023-07-13 17:25:54 +00:00
..
format_dev.rs Print files that are slow to format (#5681) 2023-07-11 13:03:18 +00:00
generate_all.rs Document ruff_dev and format_dev (#5648) 2023-07-12 16:18:22 +02:00
generate_cli_help.rs Use mod tests consistently (#5278) 2023-06-22 01:50:28 +00:00
generate_docs.rs Fix Options section of rule docs (#5741) 2023-07-13 17:25:54 +00:00
generate_json_schema.rs Add unreachable code rule (#5384) 2023-07-04 14:27:23 +00:00
generate_options.rs Document ruff_dev and format_dev (#5648) 2023-07-12 16:18:22 +02:00
generate_rules_table.rs Document ruff_dev and format_dev (#5648) 2023-07-12 16:18:22 +02: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