diff --git a/crates/ruff_python_stdlib/src/sys.rs b/crates/ruff_python_stdlib/src/sys.rs index 9cab56df95..6a991c4858 100644 --- a/crates/ruff_python_stdlib/src/sys.rs +++ b/crates/ruff_python_stdlib/src/sys.rs @@ -552,23 +552,29 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool { | "__hello_only__" | "__phello_alias__" | "_aix_support" + | "_android_support" + | "_colorize" + | "_interpchannels" + | "_interpqueues" + | "_interpreters" + | "_ios_support" | "_opcode_metadata" | "_posixshmem" | "_pydatetime" | "_pylong" + | "_pyrepl" | "_sha2" | "_statistics" | "_suggestions" | "_sysconfig" | "_testclinic" | "_testclinic_limited" + | "_testexternalinspection" | "_testinternalcapi" + | "_testlimitedcapi" | "_testsinglephase" | "_tokenize" | "_typing" - | "_xxinterpchannels" - | "_xxinterpqueues" - | "_xxsubinterpreters" | "_zoneinfo" | "graphlib" | "tomllib"