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 8c7cae8 commit 721d94dCopy full SHA for 721d94d
{{cookiecutter.project_name}}/.github/CONTRIBUTING.md
@@ -55,7 +55,7 @@ py -m install -v -e .[dev]
55
56
{%- endif %}
57
58
-# Post setup
+# Pre-commit
59
60
You should prepare pre-commit, which will help you by checking that commits pass
61
required checks:
@@ -97,15 +97,3 @@ You can see a preview with:
97
```bash
98
nox -s docs -- --serve
99
```
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