mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-30 14:45:23 +08:00
Prefix utility modules with underscore (#11999)
This commit is contained in:
@@ -147,7 +147,7 @@ extra-standard-library = [
|
||||
"opcode",
|
||||
"pyexpat",
|
||||
]
|
||||
known-first-party = ["parse_metadata", "utils"]
|
||||
known-first-party = ["_metadata", "_utils"]
|
||||
|
||||
[tool.typeshed]
|
||||
oldest_supported_python = "3.8"
|
||||
|
||||
Reference in New Issue
Block a user