Skip to content

Commit

Permalink
Remove mypy config that's apparently not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jan 9, 2025
1 parent 70e2835 commit 6309f3d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ strict = true
module = "OpenSSL.*"
warn_return_any = false

[[tool.mypy.overrides]]
module = "cryptography.*"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "cffi.*"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = ["pretend"]
ignore_missing_imports = true
Expand Down

0 comments on commit 6309f3d

Please sign in to comment.