Skip to content

Commit

Permalink
ex
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Aug 7, 2024
1 parent 08b4e94 commit 913b683
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
exclude: ".*provider/README.md|.*consumer/README.md|.*cache/README.md"
repos:
- repo: meta
hooks:
Expand All @@ -21,5 +20,9 @@ repos:
rev: v4.6.0
hooks:
- id: end-of-file-fixer
exclude: ".*provider/README.md|.*consumer/README.md|.*cache/README.md"
- id: trailing-whitespace
exclude: ".*provider/README.md|.*consumer/README.md|.*cache/README.md"
- id: mixed-line-ending
exclude: ".*provider/README.md|.*consumer/README.md|.*cache/README.md"
- id: detect-private-key

0 comments on commit 913b683

Please sign in to comment.