Skip to content

Commit

Permalink
better deps
Browse files Browse the repository at this point in the history
  • Loading branch information
veltzer committed Jan 3, 2025
1 parent 60b6b5d commit 4a34226
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 @@ -45,7 +45,7 @@ endif # DO_CHECK_SYNTAX
all: $(ALL)
@true

$(ALL_TESTS): $(ALL_PYTHON)
$(ALL_TESTS): $(ALL_PYTHON) .pylintrc .flake8 .mypy.ini
$(Q)pymakehelper only_print_on_error $(PYTHON) -m pytest tests
$(Q)pymakehelper only_print_on_error $(PYTHON) -m pylint --reports=n --score=n $(ALL_PACKAGES)
$(Q)pymakehelper only_print_on_error $(PYTHON) -m flake8 $(ALL_PACKAGES)
Expand Down

0 comments on commit 4a34226

Please sign in to comment.