Skip to content

Commit 2032aa0

Browse files
disable mypy call-overload
Signed-off-by: petersalemink95 <[email protected]>
1 parent 31df226 commit 2032aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ignore_missing_imports = true
103103
show_column_numbers = true
104104
non_interactive = true
105105
install_types = true
106-
106+
disable_error_code = ["call-overload"] # mypy 1.14.0 does not like PGM's data_types
107107

108108
# CI build options
109109
[tool.cibuildwheel]

0 commit comments

Comments
 (0)