diff options
author | Florian Bruhin <me@the-compiler.org> | 2019-10-10 17:58:13 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2019-10-11 09:29:03 +0200 |
commit | b6f027427ccd4e9e5ea76d5ef92853d37fb8fa1f (patch) | |
tree | 5d3016bab5b2ad48435d8607edd3eaae365e76dd /mypy.ini | |
parent | f2a53758e71921c3a3bdb4cc028719184a926410 (diff) | |
download | qutebrowser-b6f027427ccd4e9e5ea76d5ef92853d37fb8fa1f.tar.gz qutebrowser-b6f027427ccd4e9e5ea76d5ef92853d37fb8fa1f.zip |
Add type annotations for utils.debug
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -113,3 +113,7 @@ disallow_incomplete_defs = True [mypy-qutebrowser.keyinput.*] disallow_untyped_defs = True disallow_incomplete_defs = True + +[mypy-qutebrowser.utils.debug] +disallow_untyped_defs = True +disallow_incomplete_defs = True |