diff options
author | Florian Bruhin <me@the-compiler.org> | 2019-10-11 11:23:29 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2019-10-11 11:23:29 +0200 |
commit | f460fc541a0b9ae4d98c214b58aae181c12b66a4 (patch) | |
tree | f89cb22f90fceb223245e474fc5bfae3febd798a /mypy.ini | |
parent | 2bd138e3db06bd6624a8d88d75bb34073133f9bf (diff) | |
download | qutebrowser-f460fc541a0b9ae4d98c214b58aae181c12b66a4.tar.gz qutebrowser-f460fc541a0b9ae4d98c214b58aae181c12b66a4.zip |
Add first type annotations for utils.log
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -133,3 +133,7 @@ disallow_incomplete_defs = True [mypy-qutebrowser.utils.jinja] disallow_untyped_defs = True disallow_incomplete_defs = True + +[mypy-qutebrowser.utils.log] +disallow_untyped_defs = True +disallow_incomplete_defs = True |