Skip to content

Commit 3a56f26

Browse files
committed
Drop unnecessary wrapping
1 parent 4dd17c7 commit 3a56f26

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ ci-test-storage:
4040
done
4141
bash $(CODECOV_PATH) -c
4242

43-
style:
44-
pre-commit run --all
45-
sphinx-build -W -b html ./docs/ ./docs/_build/html/
46-
4743
install-docs:
4844
pip install -Ur docs-requirements.txt
4945

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ virtualenv_ and run this inside of it::
9090
Then you can run::
9191

9292
pytest # The normal testsuite
93-
make style # Stylechecker
93+
pre-commit run --all # Run all linters (which also run via pre-commit)
9494
make docs # Build the HTML docs, output is at docs/_build/html/
9595

9696
The ``Makefile`` has a lot of options that allow you to control which tests are

0 commit comments

Comments
 (0)