mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 04:25:50 +08:00
[Pygments] Update to 2.20.0 (#15605)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "2.19.*"
|
||||
version = "2.20.*"
|
||||
upstream_repository = "https://github.com/pygments/pygments"
|
||||
dependencies = ["types-docutils"]
|
||||
partial_stub = true
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
from _typeshed import Incomplete
|
||||
from collections.abc import Iterable
|
||||
|
||||
CS_ESCAPE: Incomplete
|
||||
FIRST_ELEMENT: Incomplete
|
||||
|
||||
def commonprefix(m: Iterable[str]) -> str: ...
|
||||
def make_charset(letters): ...
|
||||
def regex_opt_inner(strings, open_paren): ...
|
||||
def regex_opt(strings, prefix: str = "", suffix: str = ""): ...
|
||||
|
||||
Reference in New Issue
Block a user