Переглянути джерело

Don't require typing information in fastimport

Jelmer Vernooij 4 місяців тому
батько
коміт
c1691070c5
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      pyproject.toml

+ 4 - 0
pyproject.toml

@@ -73,6 +73,10 @@ ignore_missing_imports = true
 module = "atheris"
 ignore_missing_imports = true
 
+[[tool.mypy.overrides]]
+module = "fastimport"
+ignore_missing_imports = true
+
 [tool.setuptools]
 packages = [
     "dulwich",