mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 02:57:14 +08:00
isort: don't skip stdlib/venv (#8607)
This commit is contained in:
@@ -8,6 +8,7 @@ skip_magic_trailing_comma = true
|
||||
profile = "black"
|
||||
combine_as_imports = true
|
||||
line_length = 130
|
||||
skip = [".git", ".github", ".venv"]
|
||||
skip_glob = "*_pb2.pyi"
|
||||
extra_standard_library = [
|
||||
"typing_extensions",
|
||||
|
||||
Reference in New Issue
Block a user