Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Малахов Алексей Павлович committed Aug 24, 2024
1 parent c1385ac commit 9092e4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9092e4e

Please sign in to comment.