Skip to content

Commit

Permalink
Fix Mypy Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 25, 2024
1 parent 35eb6f7 commit b27acbb
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 @@ -7,7 +7,7 @@ profile = "black"
line_length = 110

[tool.mypy]
python_version = "3.1"
python_version = "3.10"
ignore_missing_imports = true
warn_redundant_casts = true
warn_unused_ignores = true
Expand Down

0 comments on commit b27acbb

Please sign in to comment.