Skip to content

Commit

Permalink
Remove duplicate explanation of pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 authored and henryiii committed Apr 24, 2024
1 parent 8c7cae8 commit 63d62a6
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions {{cookiecutter.project_name}}/.github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ py -m install -v -e .[dev]

{%- endif %}

# Post setup
# Pre-commit

You should prepare pre-commit, which will help you by checking that commits pass
required checks:
Expand Down Expand Up @@ -97,15 +97,3 @@ You can see a preview with:
```bash
nox -s docs -- --serve
```

# Pre-commit

This project uses pre-commit for all style checking. While you can run it with
nox, this is such an important tool that it deserves to be installed on its own.
Install pre-commit and run:

```bash
pre-commit run -a
```

to check all files.

0 comments on commit 63d62a6

Please sign in to comment.