pyproject.toml: quote python-version in hopes of fixing pre-commit.ci

This commit is contained in:
Aminda Suomalainen 2024-07-12 08:44:57 +03:00
parent 2953f724da
commit faf330239c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ target-version = ['py310']
[tool.mypy] [tool.mypy]
#python-executable = 'pypy3' #python-executable = 'pypy3'
python-version = 3.10 python-version = '3.10'
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html # https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html