mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-30 08:23:53 +00:00
![]() 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.) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |