Skip to content

Commit 380b4b3

Browse files
committed
refactor(makefile): update format and check targets to specify directories
1 parent 0223d2e commit 380b4b3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
test:
33
poetry run pytest --cov=flask_mvc --cov-report=xml --cov-report=term-missing -vvv
44

5-
65
.PHONY: format
76
format:
8-
@black . -l 89
9-
7+
poetry run black -l 89 tests flask_mvc
108

119
.PHONY: check
1210
check:
13-
poetry run black -l 89 --check .
11+
poetry run black -l 89 --check flask_mvc tests

0 commit comments

Comments
 (0)