mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-27 23:13:55 +00:00
Regenerate known_stdlibs.rs with stdlibs 2024.10.25 (#13963)
## Summary `stdlibs` has a new release to properly categorize the `_wmi` module which has been [present since ~2022](https://github.com/python/cpython/issues/89545#issuecomment-1227846806). ## Test Plan Let CI run, this is only a trivial change to categorization data.
This commit is contained in:
parent
9f3a38d408
commit
c593ccb529
1 changed files with 3 additions and 0 deletions
|
@ -519,6 +519,7 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool {
|
|||
| "_testsinglephase"
|
||||
| "_tokenize"
|
||||
| "_typing"
|
||||
| "_wmi"
|
||||
| "_xxinterpchannels"
|
||||
| "_xxsubinterpreters"
|
||||
| "_zoneinfo"
|
||||
|
@ -567,6 +568,7 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool {
|
|||
| "_statistics"
|
||||
| "_suggestions"
|
||||
| "_sysconfig"
|
||||
| "_testcapi_datetime"
|
||||
| "_testclinic"
|
||||
| "_testclinic_limited"
|
||||
| "_testexternalinspection"
|
||||
|
@ -575,6 +577,7 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool {
|
|||
| "_testsinglephase"
|
||||
| "_tokenize"
|
||||
| "_typing"
|
||||
| "_wmi"
|
||||
| "_zoneinfo"
|
||||
| "graphlib"
|
||||
| "tomllib"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue