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 df6db1b commit 597020aCopy full SHA for 597020a
docs/source/updating_services.rst
@@ -23,15 +23,13 @@ Instructions
23
git checkout main
24
git pull
25
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:
+2. Install your service locally so you can run the tests and your development environment can lint the code etc.:
28
29
.. code-block:: shell
30
31
poetry install
32
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)
+3. Set up `pre-commit <https://pre-commit.com/>`_ to enforce code quality:
35
36
37
0 commit comments