Skip to content

Commit

Permalink
ignore redefinitions in mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianegli authored Apr 3, 2023
1 parent 325f043 commit 0b25bfa
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 @@ -24,4 +24,4 @@ multi_line_output = 3
[mypy]
ignore_missing_imports = true
follow_imports = "skip"
allow_redefinition = true
disable_error_code = no-redef

0 comments on commit 0b25bfa

Please sign in to comment.