mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
pyproject.toml: quote python-version in hopes of fixing pre-commit.ci
This commit is contained in:
parent
2953f724da
commit
faf330239c
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user