From 7753a12ac0cdbc84bf2c1e9449f6f4a9a9237f5e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 12 Jul 2024 08:51:36 +0300 Subject: [PATCH] pyproject.toml: underscore, not dash --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f104c69..d432164 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