Skip to content

Commit

Permalink
Bump mypy Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed May 9, 2024
1 parent 7829331 commit da2303f
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 @@ -57,7 +57,7 @@ push = true
"src/talonfmt/__init__.py" = ['__version__: str = "{version}"']

[tool.mypy]
python_version = "3.8"
python_version = "3.9"
strict = true
implicit_reexport = false
ignore_missing_imports = true
Expand Down

0 comments on commit da2303f

Please sign in to comment.