Skip to content

Commit

Permalink
Regenerate known_stdlibs.rs with stdlibs 2024.10.25 (#13963)
Browse files Browse the repository at this point in the history
## Summary

`stdlibs` has a new release to properly categorize the `_wmi` module
which has been [present since
~2022](python/cpython#89545 (comment)).


## Test Plan

Let CI run, this is only a trivial change to categorization data.
  • Loading branch information
thatch authored Oct 28, 2024
1 parent 9f3a38d commit c593ccb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/ruff_python_stdlib/src/sys/known_stdlib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool {
| "_testsinglephase"
| "_tokenize"
| "_typing"
| "_wmi"
| "_xxinterpchannels"
| "_xxsubinterpreters"
| "_zoneinfo"
Expand Down Expand Up @@ -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"
Expand All @@ -575,6 +577,7 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool {
| "_testsinglephase"
| "_tokenize"
| "_typing"
| "_wmi"
| "_zoneinfo"
| "graphlib"
| "tomllib"
Expand Down

0 comments on commit c593ccb

Please sign in to comment.