We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68350bf commit 648f876Copy full SHA for 648f876
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: clean install-dev build publish-to-pypi lint type-check unit-tests unit-tests-cov \
2
- integration-tests format check-code check-async-docstrings fix-async-docstrings \
3
- build-api-reference run-docs
+ integration-tests format check-async-docstrings check-code fix-async-docstrings \
+ build-api-reference build-docs run-docs
4
5
DIRS_WITH_CODE = src tests scripts
6
0 commit comments