diff --git a/mypy.ini b/mypy.ini
index fc409768187382ed4e220ebab45a141cb04a5773..1c622770b62c2972129e6ec4e8210e08ee2995fd 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -8,7 +8,7 @@ warn_unused_ignores = True
 [mypy-django.*]  # false positive, only used my hypotesis' extras
 ignore_missing_imports = True
 
-[mypy-dulwich.*]  # false positive, only used my hypotesis' extras
+[mypy-dulwich.*]
 ignore_missing_imports = True
 
 [mypy-pkg_resources.*]