Skip to content

Commit

Permalink
Fix mypy config (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri authored Aug 12, 2024
1 parent 0ac0875 commit 4016964
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 @@ -89,7 +89,7 @@ testpaths = ["src", "tests"]
skip = "tests/examples/*"
ignore-words-list = "thirdparty"

[mypy]
[tool.mypy]
pretty = true
show_error_codes = true
show_error_context = true
Expand Down

0 comments on commit 4016964

Please sign in to comment.