Skip to content

Commit

Permalink
fix regex pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnonanthony committed Dec 6, 2024
1 parent c852a06 commit 2547f8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
exclude: "assets/.*|*.diff"
exclude: |
(?x)^(
assets/.*|
.*\.diff
)$
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
Expand Down

0 comments on commit 2547f8f

Please sign in to comment.