From faf330239c99c540ba726304773b28943e2584d6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 12 Jul 2024 08:44:57 +0300 Subject: [PATCH] pyproject.toml: quote python-version in hopes of fixing pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a2b459..f104c69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ target-version = ['py310'] [tool.mypy] #python-executable = 'pypy3' -python-version = 3.10 +python-version = '3.10' # https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html