Skip to content

Commit 597020a

Browse files
committed
DOC: Remove "if" statements and link to pre-commit
1 parent df6db1b commit 597020a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/updating_services.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ Instructions
2323
git checkout main
2424
git pull
2525
26-
2. If not already installed, install your service locally so you can run the tests and your development environment can
27-
lint the code etc:
26+
2. Install your service locally so you can run the tests and your development environment can lint the code etc.:
2827

2928
.. code-block:: shell
3029
3130
poetry install
3231
33-
3. If using ``pre-commit`` to enforce code quality, make sure it's set up properly (you only need to do this once per
34-
repository, not on every update)
32+
3. Set up `pre-commit <https://pre-commit.com/>`_ to enforce code quality:
3533

3634
.. code-block:: shell
3735

0 commit comments

Comments
 (0)