Skip to content

Commit 731767b

Browse files
committed
Sort the list of module names
1 parent b0beb25 commit 731767b

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ disable_warnings = ["no-sysmon"]
2525

2626
[tool.mypy]
2727
implicit_optional = true
28-
# TODO: this is temporary for 1.7.0 release. Remove this & fix the errors.
29-
ignore_errors = true
3028

3129
[[tool.mypy.overrides]]
3230
module = "__main__"
@@ -35,16 +33,16 @@ ignore_missing_imports = true
3533

3634
[[tool.mypy.overrides]]
3735
module = [
38-
"apiclient.*",
39-
"numpy.*",
40-
"pytest.*",
41-
"scipy.*",
4236
"_pytest.*",
37+
"absl",
38+
"apiclient.*",
4339
"h5py",
44-
"pyscf.*",
40+
"numpy.*",
4541
"pubchempy",
4642
"pybtas",
47-
"absl",
43+
"pyscf.*",
44+
"pytest.*",
45+
"scipy.*",
4846
"tensorflow_docs"
4947
]
5048
follow_imports = "silent"

0 commit comments

Comments
 (0)