mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 04:19:18 +00:00
perf(pycodestyle): Introduce TokenKind (#3745)
This commit is contained in:
parent
2fdf98ef4e
commit
000394f428
14 changed files with 849 additions and 513 deletions
|
@ -12,6 +12,7 @@ pub mod relocate;
|
|||
pub mod scope;
|
||||
pub mod source_code;
|
||||
pub mod str;
|
||||
pub mod token_kind;
|
||||
pub mod types;
|
||||
pub mod typing;
|
||||
pub mod visibility;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue