perf(pycodestyle): Introduce TokenKind (#3745)

This commit is contained in:
Micha Reiser 2023-03-28 11:22:39 +02:00 committed by GitHub
parent 2fdf98ef4e
commit 000394f428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 849 additions and 513 deletions

View file

@ -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;