Skip to content

Commit

Permalink
Configure mypy to use a sqlite cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Oct 28, 2024
1 parent b571dd2 commit 753f78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ known_first_party = ["tests", "globus_sdk"]

[tool.mypy]
strict = true
sqlite_cache = true
warn_unreachable = true
warn_no_return = true

Expand Down

0 comments on commit 753f78b

Please sign in to comment.