Skip to content

Commit 721d94d

Browse files
authored
Remove duplicate explanation of pre-commit (#415)
1 parent 8c7cae8 commit 721d94d

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

{{cookiecutter.project_name}}/.github/CONTRIBUTING.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ py -m install -v -e .[dev]
5555

5656
{%- endif %}
5757

58-
# Post setup
58+
# Pre-commit
5959

6060
You should prepare pre-commit, which will help you by checking that commits pass
6161
required checks:
@@ -97,15 +97,3 @@ You can see a preview with:
9797
```bash
9898
nox -s docs -- --serve
9999
```
100-
101-
# Pre-commit
102-
103-
This project uses pre-commit for all style checking. While you can run it with
104-
nox, this is such an important tool that it deserves to be installed on its own.
105-
Install pre-commit and run:
106-
107-
```bash
108-
pre-commit run -a
109-
```
110-
111-
to check all files.

0 commit comments

Comments
 (0)