Skip to content

Commit ca6cf8e

Browse files
author
Mat Lord
committed
feat(black): Add lint check on tests
1 parent e4c9d89 commit ca6cf8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525

2626
lint: install
2727
${ISORT} --diff staxapp/*.py
28-
${BLACK} -t py37 --diff staxapp/
28+
${BLACK} -t py37 --check --diff staxapp/
2929

3030
format: lint
3131
${ISORT} --apply staxapp/*.py

0 commit comments

Comments
 (0)