Fix misc checks

This commit is contained in:
Florian Bruhin 2022-05-17 11:23:25 +02:00
parent 39ea85645b
commit 5aa9cb7401
2 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,11 @@
"PyQt5-sip": "https://www.riverbankcomputing.com/news",
"PyQt5-stubs": "https://github.com/python-qt-tools/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/main/CHANGELOG.md",
"distlib": "https://github.com/pypa/distlib/blob/master/CHANGES.rst",

View File

@ -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',