Skip to content

Commit

Permalink
Specify python_version for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica authored and ricardoV94 committed Mar 20, 2024
1 parent a0507ae commit 339aab4
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 @@ -154,6 +154,7 @@ lines-after-imports = 2


[tool.mypy]
python_version = "3.9"
ignore_missing_imports = true
no_implicit_optional = true
check_untyped_defs = false
Expand Down

0 comments on commit 339aab4

Please sign in to comment.