summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2024-02-26 19:22:27 +1300
committertoofar <toofar@spalge.com>2024-02-26 19:22:27 +1300
commit2f3d0161f3b4c2aabbf3f970f8ec25fbac7f7b4d (patch)
treef655fee0e467b371d078545bcb6c131b5600bcea /scripts
parent52f5147666fa0111d971ac8b239a9b390d846514 (diff)
downloadqutebrowser-2f3d0161f3b4c2aabbf3f970f8ec25fbac7f7b4d.tar.gz
qutebrowser-2f3d0161f3b4c2aabbf3f970f8ec25fbac7f7b4d.zip
Update lint etc for dependencies
The lint ones are: linters (pylint): qutebrowser/completion/completionwidget.py#L440 Consider using 'height = min(height, contents_height)' instead of unnecessary if block linters (pylint): qutebrowser/browser/webengine/webview.py#L241 Useless suppression of 'no-member' The no-member one might be due to this change: https://github.com/pylint-dev/pylint/issues/9246 For the importlib-resources one, I'm not sure why it's changed to be underscore instead of a dash now. But at least it's consistent across all the requirements files now! I feel like I've seem this in a previous dependancy update too (for a different package?) but I can't find that now.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/changelog_urls.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index a2f0b7612..e3644f417 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -133,7 +133,7 @@
"mypy-extensions": "https://github.com/python/mypy_extensions/commits/master",
"pyroma": "https://github.com/regebro/pyroma/blob/master/CHANGES.txt",
"adblock": "https://github.com/ArniDagur/python-adblock/blob/master/CHANGELOG.md",
- "importlib-resources": "https://importlib-resources.readthedocs.io/en/latest/history.html",
+ "importlib_resources": "https://importlib-resources.readthedocs.io/en/latest/history.html",
"importlib-metadata": "https://github.com/python/importlib_metadata/blob/main/NEWS.rst",
"zipp": "https://github.com/jaraco/zipp/blob/main/NEWS.rst",
"pip": "https://pip.pypa.io/en/stable/news/",