From 0c9b446b27aa891875f226fb283a4fa2ae0ef5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BB=D0=B0=D1=85=D0=BE=D0=B2=20=D0=90=D0=BB?= =?UTF-8?q?=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=9F=D0=B0=D0=B2=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=D0=B8=D1=87?= Date: Sat, 24 Aug 2024 14:22:47 +0000 Subject: [PATCH] remove pylint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8d8e79..dd04104 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ tests: tests-unit tests-integration tests-cli [ -n $$CI ] && coverage xml -i || true # always success coverage report -i -lint: black flake pylint mypy +lint: black flake mypy black: black --target-version py310 --check --skip-string-normalization --line-length $(MAX_LINE_LENGTH) $(CODE)