Skip to content

Commit 93cc035

Browse files
committed
Run black and isort only on code files
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 751aa89 commit 93cc035

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ envfile:
5252

5353
isort:
5454
@echo "-> Apply isort changes to ensure proper imports ordering"
55-
@${ACTIVATE} isort --profile black .
55+
@${ACTIVATE} isort --profile black aboutcode/ fedcode/ federatedcode/ tests/
5656

5757
black:
5858
@echo "-> Apply black code formatter"
59-
@${ACTIVATE} black ${BLACK_ARGS} .
59+
@${ACTIVATE} black ${BLACK_ARGS} aboutcode/ fedcode/ federatedcode/ tests/
6060

6161
doc8:
6262
@echo "-> Run doc8 validation"

0 commit comments

Comments
 (0)