summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-05-17 11:23:25 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-22 17:41:12 +0200
commitcb8f207ba15cf826043a031b045b2ed4fdcfd7f3 (patch)
tree175d1b0caf124fc25240b815f0a39c2da4a42146
parentfaa03a3efb023511e9b7d690edf281533948629e (diff)
downloadqutebrowser-cb8f207ba15cf826043a031b045b2ed4fdcfd7f3.tar.gz
qutebrowser-cb8f207ba15cf826043a031b045b2ed4fdcfd7f3.zip
Fix misc checks
-rw-r--r--scripts/dev/changelog_urls.json5
-rw-r--r--scripts/dev/misc_checks.py1
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index 6b33f15ef..06bb5a791 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -108,6 +108,11 @@
"PyQt5-sip": "https://www.riverbankcomputing.com/news",
"PyQt5-stubs": "https://github.com/stlehmann/PyQt5-stubs/blob/master/CHANGELOG.md",
"sip": "https://www.riverbankcomputing.com/news",
+ "PyQt6": "https://www.riverbankcomputing.com/news",
+ "PyQt6-Qt6": "https://www.riverbankcomputing.com/news",
+ "PyQt6-WebEngine": "https://www.riverbankcomputing.com/news",
+ "PyQt6-WebEngine-Qt6": "https://www.riverbankcomputing.com/news",
+ "PyQt6-sip": "https://www.riverbankcomputing.com/news",
"Pygments": "https://pygments.org/docs/changelog/",
"vulture": "https://github.com/jendrikseipp/vulture/blob/master/CHANGELOG.md",
"distlib": "https://github.com/pypa/distlib/blob/master/CHANGES.rst",
diff --git a/scripts/dev/misc_checks.py b/scripts/dev/misc_checks.py
index 908daad4d..d6a2b0b12 100644
--- a/scripts/dev/misc_checks.py
+++ b/scripts/dev/misc_checks.py
@@ -266,6 +266,7 @@ def check_spelling(args: argparse.Namespace) -> Optional[bool]:
hint_data = pathlib.Path('tests', 'end2end', 'data', 'hints')
ignored = [
pathlib.Path('scripts', 'dev', 'misc_checks.py'),
+ pathlib.Path('scripts', 'dev', 'enums.txt'),
pathlib.Path('qutebrowser', '3rdparty', 'pdfjs'),
hint_data / 'ace' / 'ace.js',
hint_data / 'bootstrap' / 'bootstrap.css',