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 dd7cb56 commit 6cda6adCopy full SHA for 6cda6ad
.pre-commit-config.yaml
@@ -53,6 +53,7 @@ repos:
53
# 1. SLS files under directory `test/` which are state files
54
# 2. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
55
# 3. YAML files heavily reliant on Jinja
56
+ # 4. `.copier-answers.yml` and its variants which are auto-generated
57
files: |
58
(?x)^(
59
.*\.yaml|
@@ -64,6 +65,7 @@ repos:
64
65
)$
66
exclude: |
67
68
+ \.copier-answers(\..+)?\.ya?ml|
69
kitchen.vagrant.yml|
70
test/.*/states/.*\.sls
71
0 commit comments