mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 12:51:27 +08:00
Release: https://pypi.org/pypi/Pygments/2.19.0 Homepage: https://pygments.org Repository: https://github.com/pygments/pygments Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Pygments Changelog: https://github.com/pygments/pygments/blob/master/CHANGES Diff: https://github.com/pygments/pygments/compare/2.18.0...2.19.0 Stubsabot analysis of the diff between the two releases: - 9 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 36 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 2960. - Total lines of Python code deleted: 694.
9 lines
229 B
TOML
9 lines
229 B
TOML
version = "2.19.*"
|
|
upstream_repository = "https://github.com/pygments/pygments"
|
|
requires = ["types-docutils", "types-setuptools"]
|
|
partial_stub = true
|
|
|
|
[tool.stubtest]
|
|
stubtest_requirements = ["sphinx"]
|
|
ignore_missing_stub = true
|