summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-08 13:08:35 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-08 13:09:56 +0200
commitd4a4a9d904c6c630c9b5e197c966498be133858b (patch)
treeb75a8bffe5bdda965bd95227a0d05f4ee65941a9 /.mypy.ini
parentdfeebb3d248d10c0daf79b223a82ea3ab4993674 (diff)
downloadqutebrowser-d4a4a9d904c6c630c9b5e197c966498be133858b.tar.gz
qutebrowser-d4a4a9d904c6c630c9b5e197c966498be133858b.zip
nativeeventfilter: Fix lint
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/.mypy.ini b/.mypy.ini
index 56124b5c3..febeac384 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -133,3 +133,6 @@ disallow_untyped_defs = True
[mypy-qutebrowser.completion.models.filepathcategory]
disallow_untyped_defs = True
+
+[mypy-qutebrowser.misc.nativeeventfilter]
+disallow_untyped_defs = True