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 4dd17c7 commit 3a56f26Copy full SHA for 3a56f26
Makefile
@@ -40,10 +40,6 @@ ci-test-storage:
40
done
41
bash $(CODECOV_PATH) -c
42
43
-style:
44
- pre-commit run --all
45
- sphinx-build -W -b html ./docs/ ./docs/_build/html/
46
-
47
install-docs:
48
pip install -Ur docs-requirements.txt
49
docs/contributing.rst
@@ -90,7 +90,7 @@ virtualenv_ and run this inside of it::
90
Then you can run::
91
92
pytest # The normal testsuite
93
- make style # Stylechecker
+ pre-commit run --all # Run all linters (which also run via pre-commit)
94
make docs # Build the HTML docs, output is at docs/_build/html/
95
96
The ``Makefile`` has a lot of options that allow you to control which tests are
0 commit comments