summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
authorduthades <duthades@gmail.com>2020-11-11 10:12:21 +0530
committerduthades <duthades@gmail.com>2020-11-11 22:35:32 +0530
commit6acd40a38379fc9c2d6b80b19d75c94e6094452d (patch)
tree39da496fe652e9d75a5e469fe3e8bc3e9d547d51 /.mypy.ini
parent24f0de1aa6bc2dc3b211fa9dca704f7b70e43240 (diff)
downloadqutebrowser-6acd40a38379fc9c2d6b80b19d75c94e6094452d.tar.gz
qutebrowser-6acd40a38379fc9c2d6b80b19d75c94e6094452d.zip
Remove cssutils dependency
- Remove everything related to cssutils
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/.mypy.ini b/.mypy.ini
index dfef7d3e5..d629f012c 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-cssutils]
-# Pretty much inactive currently
-ignore_missing_imports = True
-
[mypy-pypeg2]
# Pretty much inactive currently
ignore_missing_imports = True