Skip to content

Commit

Permalink
proper mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jul 12, 2023
1 parent edd2ed2 commit 8fd2138
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 @@ -6,7 +6,7 @@ profile = "black"
multi_line_output = 3

[tool.mypy]
#check_untyped_defs = true
check_untyped_defs = true
ignore_missing_imports = true
no_warn_no_return = true
files = [
Expand Down

0 comments on commit 8fd2138

Please sign in to comment.