Skip to content

Commit

Permalink
pyproject(tool.mypy[python_version]) Add 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 21, 2024
1 parent abe156c commit f7919e8
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 @@ -134,6 +134,7 @@ build-backend = "hatchling.build"
[tool.mypy]
strict = true
plugins = ["mypy_django_plugin.main"]
python_version = "3.9"
files = [
"src/",
"tests/",
Expand Down

0 comments on commit f7919e8

Please sign in to comment.