mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user