mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-04 23:50:57 +00:00
Implement U013: Unnecessary TypedDict syntactic form (#716)
This commit is contained in:
parent
c2d6307e9b
commit
c5722d8a4d
14 changed files with 451 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
pub mod builtins;
|
||||
pub mod future;
|
||||
pub mod identifiers;
|
||||
pub mod keyword;
|
||||
pub mod string;
|
||||
pub mod sys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue