We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SSL
1 parent cdcb48b commit 01b9b56Copy full SHA for 01b9b56
pyproject.toml
@@ -10,25 +10,18 @@ source = [
10
]
11
12
[tool.coverage.report]
13
+exclude_also = [
14
+ "assert False",
15
+]
16
show_missing = true
17
18
[tool.mypy]
19
warn_unused_configs = true
20
follow_imports = "skip"
21
strict = true
-exclude = ['SSL\.py$']
-
-[[tool.mypy.overrides]]
22
-module = "OpenSSL.crypto"
23
-warn_return_any = false
24
-disallow_any_expr = false
25
26
27
-module = "OpenSSL.rand"
28
29
30
[[tool.mypy.overrides]]
31
-module = "OpenSSL._util"
+module = "OpenSSL.*"
32
warn_return_any = false
33
34
0 commit comments