Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Малахов Алексей Павлович committed Aug 26, 2024
1 parent a227e3c commit 31af402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 --rcfile=setup.cfg $${CI:+--output-format=json --output=codeclimate-pylint.json} $(CODE)
pylint $(CODE)

mypy:
mypy --config-file mypy.ini $(CODE) --show-traceback
Expand Down

0 comments on commit 31af402

Please sign in to comment.