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 1b1282b + 7166e9d commit 5f3ec15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__pycache__/
.mypy_cache/
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,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 5f3ec15

Please sign in to comment.