Skip to content

Commit

Permalink
Merge pull request #1045 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 d104785 + 02fa9ea commit d977564
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 @@ -79,6 +79,7 @@ entry_title_template = '{{ version }} ({{ date.strftime("%Y-%m-%d") }})'

[tool.mypy]
strict = true
sqlite_cache = true

# additional settings (not part of strict=true)
warn_unreachable = true
Expand Down

0 comments on commit d977564

Please sign in to comment.