We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cdd73 commit 879d7a3Copy full SHA for 879d7a3
request-processor/makerules/python.mk
@@ -2,11 +2,11 @@ all:: lint test-coverage
2
3
lint: black-check flake8
4
5
-black-check:
6
- python -m black --check ./src ./tests
+black-check:
+ python -m black --check --exclude "digital-land" ./src ./tests
7
8
-flake8:
9
- python -m flake8 ./src ./tests
+flake8:
+ python -m flake8 --exclude="./src/digital-land" ./src ./tests
10
11
black:
12
python -m black .
0 commit comments