diff options
author | Florian Bruhin <me@the-compiler.org> | 2021-01-17 13:18:41 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2021-01-17 13:18:41 +0100 |
commit | 0d64ae3fe33663d5ee536a53d15b21763b73e488 (patch) | |
tree | 1b4e64e1d06c7fbfd0c8992380317c0dcef897a4 /.mypy.ini | |
parent | 2ab4d8a021b2efef4f4de6b366a7190925c69612 (diff) | |
download | qutebrowser-0d64ae3fe33663d5ee536a53d15b21763b73e488.tar.gz qutebrowser-0d64ae3fe33663d5ee536a53d15b21763b73e488.zip |
Finish dropping PyPEG2
Closes #1161
Diffstat (limited to '.mypy.ini')
-rw-r--r-- | .mypy.ini | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -36,10 +36,6 @@ ignore_missing_imports = True # https://bitbucket.org/birkenfeld/pygments-main/issues/1485/type-hints ignore_missing_imports = True -[mypy-pypeg2] -# Pretty much inactive currently -ignore_missing_imports = True - [mypy-bdb] # stdlib, missing in typeshed # https://github.com/python/typeshed/issues/1019 @@ -53,10 +49,6 @@ ignore_missing_imports = True # https://github.com/pytest-dev/pytest/issues/3342 ignore_missing_imports = True -[mypy-qutebrowser.browser.webkit.rfc6266] -# subclasses dynamic PyPEG2 classes -disallow_subclassing_any = False - [mypy-qutebrowser.browser.browsertab] disallow_untyped_defs = True |