Skip to content

Commit

Permalink
Stop pre-commit from breaking our scope tests (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey authored Jan 27, 2024
1 parent 4caebf5 commit b9aed38
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 @@ -30,7 +30,7 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
exclude_types: [svg]
exclude: patches/.*\.patch
exclude: ^patches/.*\.patch$|\.scope$
- id: fix-byte-order-marker
- id: forbid-submodules
- id: mixed-line-ending
Expand Down

0 comments on commit b9aed38

Please sign in to comment.