summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-17 13:18:41 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-17 13:18:41 +0100
commit0d64ae3fe33663d5ee536a53d15b21763b73e488 (patch)
tree1b4e64e1d06c7fbfd0c8992380317c0dcef897a4 /.mypy.ini
parent2ab4d8a021b2efef4f4de6b366a7190925c69612 (diff)
downloadqutebrowser-0d64ae3fe33663d5ee536a53d15b21763b73e488.tar.gz
qutebrowser-0d64ae3fe33663d5ee536a53d15b21763b73e488.zip
Finish dropping PyPEG2
Closes #1161
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini8
1 files changed, 0 insertions, 8 deletions
diff --git a/.mypy.ini b/.mypy.ini
index d629f012c..00b470d7b 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -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