Skip to content

Commit 8299fbe

Browse files
committed
added authoritative store in params, entity-org creation, and plugin error information
1 parent 195aad1 commit 8299fbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

request-api/makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
test: lint test-coverage
22

3-
lint:: black-check flake8
3+
lint::
4+
make black ./src
5+
python -m flake8 ./src
46

57
black-check:
68
black --check .

0 commit comments

Comments
 (0)