Skip to content

Commit

Permalink
Merge branch 'update-mypy-options' into dependabot/github_actions/ASF…
Browse files Browse the repository at this point in the history
…HyP3/actions-0.15.0
  • Loading branch information
jtherrmann committed Jan 20, 2025
2 parents ce42128 + 177afbc commit 2e624ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ warn_unused_ignores = true
warn_unreachable = true
strict_equality = true
check_untyped_defs = true
install_types = true
non_interactive = true
pretty = true
disable_error_code = ["import-untyped"]

0 comments on commit 2e624ff

Please sign in to comment.