Skip to content

Commit c7f3f38

Browse files
committed
Add verbosity for pylint
1 parent c37cb52 commit c7f3f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lint:
2020
git diff --check --cached
2121

2222
test:
23-
pytest
23+
pytest -vv
2424
cd tests && bash regress.sh
2525

2626
clean:

0 commit comments

Comments
 (0)