Skip to content

Commit

Permalink
Fixed dependency for pylint target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Burmak committed Jan 4, 2025
1 parent b28963c commit 3c2a30e
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 @@ -75,7 +75,7 @@ ruff: install-deps
${TEST_ENV} ruff check $(SRC_DIR) $(TESTS_DIR)

.PHONY: pylint
pylint: install-deps
pylint: build
${TEST_ENV} pylint $(SRC_DIR)
${TEST_ENV} pylint --disable=missing-docstring,invalid-name $(TESTS_DIR)

Expand Down

0 comments on commit 3c2a30e

Please sign in to comment.