Skip to content

Commit

Permalink
revert: remove deprecated pygit2 override
Browse files Browse the repository at this point in the history
This reverts commit a93b831.
  • Loading branch information
KSmanis committed Jun 24, 2023
1 parent d2a1226 commit 799c905
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ disallow_any_unimported = true
show_error_codes = true
strict = true

[[tool.mypy.overrides]]
ignore_missing_imports = true
module = "pygit2"

[tool.poetry]
authors = ["Konstantinos Smanis <[email protected]>"]
classifiers = [
Expand Down

0 comments on commit 799c905

Please sign in to comment.