Skip to content

Commit

Permalink
Merge pull request #1095 from globus/mypy-sqlite
Browse files Browse the repository at this point in the history
Configure mypy to cache to sqlite
  • Loading branch information
kurtmckee authored Oct 28, 2024
2 parents b571dd2 + 753f78b commit 5d96deb
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 5d96deb

Please sign in to comment.