Skip to content

Commit 879d7a3

Browse files
committed
exlude digital land for github make lint
1 parent b6cdd73 commit 879d7a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

request-processor/makerules/python.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ all:: lint test-coverage
22

33
lint: black-check flake8
44

5-
black-check:
6-
python -m black --check ./src ./tests
5+
black-check:
6+
python -m black --check --exclude "digital-land" ./src ./tests
77

8-
flake8:
9-
python -m flake8 ./src ./tests
8+
flake8:
9+
python -m flake8 --exclude="./src/digital-land" ./src ./tests
1010

1111
black:
1212
python -m black .

0 commit comments

Comments
 (0)