diff --git a/pyproject.toml b/pyproject.toml index 16954f7..18b2125 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -203,6 +203,9 @@ exclude_lines = [ [tool.pytest.ini_options] testpaths = ["tests"] +[tool.mypy] +allow_redefinition = true + # https://github.com/libgit2/pygit2/issues/709 [[tool.mypy.overrides]] module = "pygit2"