ruff/crates/ruff_dev
Auguste Lalande dc021dd4d2
Fix pylint upstream categories not showing in docs (#10441)
## Summary

The upstream category check here

fd26b29986/crates/ruff_linter/src/upstream_categories.rs (L54-L65)

was not working because the code is actually "E0001" not "PLE0001", I
changed it so it will detect the upstream category correctly.

I also sorted the upstream categories alphabetically, so that the
document generation will be deterministic.

## Test Plan

I compared the diff before and after the change.
2024-03-18 01:27:39 +00:00
..
src Fix pylint upstream categories not showing in docs (#10441) 2024-03-18 01:27:39 +00:00
Cargo.toml help: enable auto-wrapping of help output (#9633) 2024-01-24 10:51:07 -05:00