mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
include tomllib in standard lib (#2345)
This commit is contained in:
parent
7a83b65fbe
commit
502574797f
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ pub static KNOWN_STANDARD_LIBRARY: Lazy<FxHashSet<&'static str>> = Lazy::new(||
|
|||
"tkinter",
|
||||
"token",
|
||||
"tokenize",
|
||||
"tomllib",
|
||||
"trace",
|
||||
"traceback",
|
||||
"tracemalloc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue