Fix misc checks
This commit is contained in:
parent
39ea85645b
commit
5aa9cb7401
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue