Skip to content

Commit 6309f3d

Browse files
authored
Remove mypy config that's apparently not needed
1 parent 70e2835 commit 6309f3d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ strict = true
2424
module = "OpenSSL.*"
2525
warn_return_any = false
2626

27-
[[tool.mypy.overrides]]
28-
module = "cryptography.*"
29-
ignore_missing_imports = true
30-
31-
[[tool.mypy.overrides]]
32-
module = "cffi.*"
33-
ignore_missing_imports = true
34-
3527
[[tool.mypy.overrides]]
3628
module = ["pretend"]
3729
ignore_missing_imports = true

0 commit comments

Comments
 (0)