We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stdlib/venv
1 parent 15f7429 commit 0f1d1f1Copy full SHA for 0f1d1f1
pyproject.toml
@@ -8,6 +8,7 @@ skip_magic_trailing_comma = true
8
profile = "black"
9
combine_as_imports = true
10
line_length = 130
11
+skip = [".git", ".github", ".venv"]
12
skip_glob = "*_pb2.pyi"
13
extra_standard_library = [
14
"typing_extensions",
stdlib/venv/__init__.pyi
@@ -1,6 +1,6 @@
1
-from collections.abc import Sequence
2
import sys
3
from _typeshed import StrOrBytesPath
+from collections.abc import Sequence
4
from types import SimpleNamespace
5
6
if sys.version_info >= (3, 9):
0 commit comments