diff options
author | Florian Bruhin <me@the-compiler.org> | 2023-06-30 00:49:30 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2023-06-30 00:49:30 +0200 |
commit | 904cab911d664b92cfb2abb5f569a3a35ca39e29 (patch) | |
tree | 4ed2bef94817c45ae69d2126defb5eaaa5a20dba /.mypy.ini | |
parent | a6d42275781c45f2f050dd72d2f0f7615502381b (diff) | |
download | qutebrowser-904cab911d664b92cfb2abb5f569a3a35ca39e29.tar.gz qutebrowser-904cab911d664b92cfb2abb5f569a3a35ca39e29.zip |
mypy: Install more typeshed types
Diffstat (limited to '.mypy.ini')
-rw-r--r-- | .mypy.ini | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -29,18 +29,10 @@ pretty = True ### FIXME:v4 get rid of this no_implicit_optional = False -[mypy-colorama] -# https://github.com/tartley/colorama/issues/206 -ignore_missing_imports = True - [mypy-hunter] # https://github.com/ionelmc/python-hunter/issues/43 ignore_missing_imports = True -[mypy-pygments.*] -# https://github.com/pygments/pygments/issues/1189 -ignore_missing_imports = True - [mypy-objc] # https://github.com/ronaldoussoren/pyobjc/issues/417 ignore_missing_imports = True |