Skip to content

Commit

Permalink
build: ignore all-contributorsrc from pre-commit prettier (#2201)
Browse files Browse the repository at this point in the history
build: ignore all-contributorsrc from prettier.
  • Loading branch information
cofin committed Aug 23, 2023
1 parent 7cf0e8a commit 7a73286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
rev: "v3.0.2"
hooks:
- id: prettier
exclude: "_templates|.git"
exclude: "_templates|.git|.all-contributorsrc"
- repo: https://github.com/python-formate/flake8-dunder-all
rev: v0.3.0
hooks:
Expand Down

0 comments on commit 7a73286

Please sign in to comment.