Skip to content

Commit

Permalink
Merge pull request #863 from PowerGridModel/feature/disable-mypy
Browse files Browse the repository at this point in the history
disable mypy call-overload
  • Loading branch information
TonyXiang8787 authored Dec 30, 2024
2 parents 31df226 + 2032aa0 commit b941ae5
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 b941ae5

Please sign in to comment.