Skip to content

Commit 5d3b84d

Browse files
committed
Improve the quality check command
1 parent 1c04d13 commit 5d3b84d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,12 @@ check-release:
167167
$(TWINE) check dist/*
168168
.PHONY: check-release
169169

170-
quality: test-initial flake freeze-dependencies check-release
170+
pycheck:
171171
@echo ""
172-
@echo "♥ ♥ Everything should be fine ♥ ♥"
172+
@echo "==== Running pycheck on package ===="
173173
@echo ""
174+
pycheck
175+
.PHONY: check-release
176+
177+
quality: test-initial check-release pycheck
174178
.PHONY: quality

0 commit comments

Comments
 (0)