We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f905276 commit df46daaCopy full SHA for df46daa
1 file changed
Makefile
@@ -14,7 +14,7 @@ mypy:
14
pre-commit run -a mypy
15
16
test:
17
- pytest -v .
+ pytest -vv .
18
19
build: lint test
20
python3 setup.py sdist bdist_wheel
0 commit comments