We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f6795 commit bc7a126Copy full SHA for bc7a126
.pre-commit-config.yaml
@@ -65,3 +65,7 @@ repos:
65
hooks:
66
- id: prettier
67
types_or: [toml, yaml]
68
+ exclude: |
69
+ (?x)^(
70
+ .github/workflow/*.yml
71
+ )$
0 commit comments