mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Release: https://pypi.org/pypi/Pygments/2.15.0 Homepage: https://pygments.org Changelog: https://github.com/pygments/pygments/blob/master/CHANGES Diff: https://github.com/pygments/pygments/compare/2.14.0...2.15.0 Stubsabot analysis of the diff between the two releases: - 3 public Python files have been added: `pygments/lexers/carbon.py`, `pygments/lexers/dax.py`, `pygments/lexers/wgsl.py`. - 0 files included in typeshed's stubs have been deleted. - 28 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 2582. - Total lines of Python code deleted: 502.
7 lines
148 B
TOML
7 lines
148 B
TOML
version = "2.15.*"
|
|
requires = ["types-docutils", "types-setuptools"]
|
|
|
|
[tool.stubtest]
|
|
stubtest_requirements = ["sphinx"]
|
|
ignore_missing_stub = true
|