mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 17:58:40 +08:00
Teach isort that imports from utils are first-party imports (#9500)
This commit is contained in:
@@ -55,6 +55,7 @@ extra_standard_library = [
|
||||
"opcode",
|
||||
"pyexpat",
|
||||
]
|
||||
known_first_party = ["utils"]
|
||||
|
||||
[tool.pycln]
|
||||
all = true
|
||||
|
||||
Reference in New Issue
Block a user