Skip to content

Commit 174c932

Browse files
[Pygments] Update to 2.20.0 (#15605)
1 parent 19ebf8b commit 174c932

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

stubs/Pygments/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "2.19.*"
1+
version = "2.20.*"
22
upstream_repository = "https://github.com/pygments/pygments"
33
dependencies = ["types-docutils"]
44
partial_stub = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
from _typeshed import Incomplete
2+
from collections.abc import Iterable
23

34
CS_ESCAPE: Incomplete
45
FIRST_ELEMENT: Incomplete
56

7+
def commonprefix(m: Iterable[str]) -> str: ...
68
def make_charset(letters): ...
79
def regex_opt_inner(strings, open_paren): ...
810
def regex_opt(strings, prefix: str = "", suffix: str = ""): ...

0 commit comments

Comments
 (0)