Skip to content

Commit

Permalink
disable mypy call-overload
Browse files Browse the repository at this point in the history
Signed-off-by: petersalemink95 <peter.salemink95@gmail.com>
  • Loading branch information
petersalemink95 committed Dec 24, 2024
1 parent 083b2bf commit 2c71a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ignore_missing_imports = true
show_column_numbers = true
non_interactive = true
install_types = true

disable_error_code = ["call-overload"] # mypy 1.14.0 does not like PGM's data_types

# CI build options
[tool.cibuildwheel]
Expand Down

0 comments on commit 2c71a55

Please sign in to comment.