summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-30 00:49:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-30 00:49:30 +0200
commit904cab911d664b92cfb2abb5f569a3a35ca39e29 (patch)
tree4ed2bef94817c45ae69d2126defb5eaaa5a20dba /scripts
parenta6d42275781c45f2f050dd72d2f0f7615502381b (diff)
downloadqutebrowser-904cab911d664b92cfb2abb5f569a3a35ca39e29.tar.gz
qutebrowser-904cab911d664b92cfb2abb5f569a3a35ca39e29.zip
mypy: Install more typeshed types
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/changelog_urls.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index 1c9528f22..5d7b13e28 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -25,6 +25,10 @@
"hypothesis": "https://hypothesis.readthedocs.io/en/latest/changes.html",
"mypy": "https://mypy-lang.blogspot.com/",
"types-PyYAML": "https://github.com/python/typeshed/commits/main/stubs/PyYAML",
+ "types-colorama": "https://github.com/python/typeshed/commits/main/stubs/colorama",
+ "types-docutils": "https://github.com/python/typeshed/commits/main/stubs/docutils",
+ "types-Pygments": "https://github.com/python/typeshed/commits/main/stubs/Pygments",
+ "types-setuptools": "https://github.com/python/typeshed/commits/main/stubs/setuptools",
"pytest": "https://docs.pytest.org/en/latest/changelog.html",
"iniconfig": "https://github.com/pytest-dev/iniconfig/blob/master/CHANGELOG",
"tox": "https://tox.readthedocs.io/en/latest/changelog.html",