From 5df6568aa885ea7a9cfae650efd6ac69e601dd04 Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:15:12 +0530 Subject: [PATCH] chore: Add quotes to the python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3affdbd..c2885b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ target-version = ['py310'] profile = "black" [tool.mypy] -python_version = 3.10 +python_version = "3.10" warn_unused_configs = true disallow_incomplete_defs = true