Skip to content

Commit 4c7f068

Browse files
ignore "no-any-return"
Signed-off-by: chichun-charlie-liu <57839396+chichun-charlie-liu@users.noreply.github.com>
1 parent ee18e75 commit 4c7f068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ known-local-folder=["fms_mo","tests"]
132132
[tool.mypy]
133133
mypy_path = [""]
134134
packages = ["fms_mo", "tests"]
135-
disable_error_code = ["import-not-found", "import-untyped"]
135+
disable_error_code = ["import-not-found", "import-untyped", "no-any-return"]
136136
# TODO: tighten MyPy checks by enabling these checks over time.
137137
check_untyped_defs = false
138138
disallow_incomplete_defs = false

0 commit comments

Comments
 (0)