We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0beb25 commit 731767bCopy full SHA for 731767b
1 file changed
pyproject.toml
@@ -25,8 +25,6 @@ disable_warnings = ["no-sysmon"]
25
26
[tool.mypy]
27
implicit_optional = true
28
-# TODO: this is temporary for 1.7.0 release. Remove this & fix the errors.
29
-ignore_errors = true
30
31
[[tool.mypy.overrides]]
32
module = "__main__"
@@ -35,16 +33,16 @@ ignore_missing_imports = true
35
33
36
34
37
module = [
38
- "apiclient.*",
39
- "numpy.*",
40
- "pytest.*",
41
- "scipy.*",
42
"_pytest.*",
+ "absl",
+ "apiclient.*",
43
"h5py",
44
- "pyscf.*",
+ "numpy.*",
45
"pubchempy",
46
"pybtas",
47
- "absl",
+ "pyscf.*",
+ "pytest.*",
+ "scipy.*",
48
"tensorflow_docs"
49
]
50
follow_imports = "silent"
0 commit comments