Skip to content

Commit 2bcbcdd

Browse files
committed
Enable Mypy 2.0 allow_redefinition
1 parent f7b22ed commit 2bcbcdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ default-groups = "all"
8686
ignore_missing_imports = true
8787
strict = true
8888
enable_error_code = ["deprecated", "exhaustive-match", "explicit-override"]
89+
allow_redefinition = true
8990
# If certain strict config options are too pedantic for a project,
9091
# disable them selectively here by setting to false.
9192

0 commit comments

Comments
 (0)