From 3a56f26d058515e3aedb796ad1b88beededa5f20 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Tue, 31 Jan 2023 00:54:35 +0100 Subject: [PATCH] Drop unnecessary wrapping --- Makefile | 4 ---- docs/contributing.rst | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index af86715..6335de6 100644 --- a/Makefile +++ b/Makefile @@ -40,10 +40,6 @@ ci-test-storage: done bash $(CODECOV_PATH) -c -style: - pre-commit run --all - sphinx-build -W -b html ./docs/ ./docs/_build/html/ - install-docs: pip install -Ur docs-requirements.txt diff --git a/docs/contributing.rst b/docs/contributing.rst index c25b3d7..f4e0d5b 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -90,7 +90,7 @@ virtualenv_ and run this inside of it:: Then you can run:: pytest # The normal testsuite - make style # Stylechecker + pre-commit run --all # Run all linters (which also run via pre-commit) make docs # Build the HTML docs, output is at docs/_build/html/ The ``Makefile`` has a lot of options that allow you to control which tests are