Skip to content

Commit 8ecc874

Browse files
authored
fix: remove generated files from pre-commit checks (#477)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 718ae2c commit 8ecc874

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ ci:
22
autoupdate_commit_msg: "chore: update pre-commit hooks"
33
autofix_commit_msg: "style: pre-commit fixes"
44

5+
exclude: ^.cruft.json|.copier-answers.yml$
6+
57
repos:
68
- repo: https://github.com/adamchainz/blacken-docs
79
rev: "1.18.0"

0 commit comments

Comments
 (0)