Skip to content

Commit

Permalink
pyproject warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyBuga committed May 27, 2024
1 parent 9049fac commit 742fd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyultima/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ enable_error_code = [
disable_error_code = [
"empty-body",
]
python_version = 3.9 # MRV of Python for Ultibi is 3.9
python_version = "3.9" # MRV of Python for Ultibi is 3.9
exclude = ['venv', '.venv']

[[tool.mypy.overrides]]
Expand Down

0 comments on commit 742fd32

Please sign in to comment.