From 26b0cf460167f5c6462b39b551ff4f138f86682c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=96=D1=83=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2?= <33721692+LeaveMyYard@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:47:44 +0200 Subject: Finish code structure --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 79e178d..b735d6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "robusta_krr"}] [tool.black] line-length = 120 -target-version = ['py37'] +target-version = ['py311'] [tool.isort] line_length = 120 -- cgit v1.2.3