mirror of https://github.com/astral-sh/ruff
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 | ||