Skip to content

Commit

Permalink
Enable allow_redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Apr 19, 2024
1 parent f03b6ec commit 9adb71b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9adb71b

Please sign in to comment.