mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Update dockerfile-parse to 2.0.* (#9357)
This commit is contained in:
committed by
GitHub
parent
65dae123e5
commit
e476c12e0d
@@ -1,6 +1,3 @@
|
||||
# These are re-exports which we consider an implementation detail
|
||||
dockerfile_parse.constants.version_info
|
||||
dockerfile_parse.parser.string_types
|
||||
dockerfile_parse.parser.DOCKERFILE_FILENAME
|
||||
dockerfile_parse.parser.COMMENT_INSTRUCTION
|
||||
dockerfile_parse.util.PY2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version = "1.2.*"
|
||||
version = "2.0.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
from typing_extensions import Literal
|
||||
|
||||
PY2: Literal[False]
|
||||
DOCKERFILE_FILENAME: str
|
||||
COMMENT_INSTRUCTION: str
|
||||
|
||||
Reference in New Issue
Block a user