From 9092e4ef911988c9ffbae7afaecc6477657d2402 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:15:27 +0000 Subject: [PATCH] update makefile --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 94724e2a..b8d8e79a 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ flake: flake8 --max-line-length 119 --jobs $(JOBS) --statistics $${CI:+--format=gl-codeclimate --output=codeclimate-flake8.json} $(CODE) pylint: - pylint --jobs $(JOBS) --rcfile=setup.cfg $${CI:+--output-format=pylint_gitlab.GitlabCodeClimateReporter --output=codeclimate-pylint.json} $(CODE) + pylint --jobs $(JOBS) --rcfile=setup.cfg $${CI:+--output-format=json --output=codeclimate-pylint.json} $(CODE) mypy: mypy --config-file mypy.ini $(CODE) --show-traceback @@ -39,9 +39,6 @@ ifneq ($(CODE),) unify --in-place --recursive $(CODE) tutorials endif -bash-dev: - docker run -v $(shell pwd):/app --rm -it ${DEV_IMAGE} bash - lock: rm poetry.lock poetry lock