From 172039d7ab2c7fe87112a5fddb18b60ccf96529c Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Fri, 2 Dec 2022 08:58:44 +0100 Subject: [PATCH] format tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2eb9197..6c11464 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ all: black test typehint lint black: - poetry run isort --multi-line 3 --profile black stacosys/ - poetry run black stacosys/ + poetry run isort --multi-line 3 --profile black stacosys/ tests/ + poetry run black --target-version py311 stacosys/ tests/ test: poetry run coverage run -m --source=stacosys pytest