Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/developer/how-to/lint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ commit`` on just the files that have changed::

$ pre-commit install

It is also possible to `automatically enable pre-commit on cloned repositories <https://pre-commit.com/#automatically-enabling-pre-commit-on-repositories>`_.
This will result in pre-commits being enabled on every repo your user clones from now on.

Fixing issues
-------------

Expand Down
4 changes: 4 additions & 0 deletions docs/user/how-to/existing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ This will:

To enable publishing to PyPI see `../how-to/pypi`

.. note::

To install the pre-commit see `../../developer/how-to/lint`

Example merge
-------------

Expand Down
5 changes: 5 additions & 0 deletions docs/user/tutorials/new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ project or github Organization.

see `../how-to/pypi`

Setting up pre-commit
---------------------

To install the pre-commit see `../../developer/how-to/lint`.

Running the tests
-----------------

Expand Down