ruff/ruff_macros
Martin Fischer b532fce792 refactor: Change RuleNamespace::prefixes to common_prefix
Previously Linter::parse_code("E401") returned
(Linter::Pycodestyle, "401") ... after this commit it returns
(Linter::Pycodestyle, "E401") instead, which is important
for the future implementation of the many-to-many mapping.
(The second value of the tuple isn't used currently.)
2023-01-29 21:32:37 -05:00
..
src refactor: Change RuleNamespace::prefixes to common_prefix 2023-01-29 21:32:37 -05:00
Cargo.toml Bump version to 0.0.237 2023-01-28 10:52:14 -05:00