Skip to content

Commit

Permalink
Fix mypy check (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl authored Feb 2, 2024
1 parent 10005ed commit 8793286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ max-line-length = 88
# free to run mypy on Windows, Linux, or macOS and get consistent
# results.
platform = "linux"
python_version = "3.10"
python_version = "3.11"
ignore_missing_imports = true
follow_imports = "silent"

0 comments on commit 8793286

Please sign in to comment.