Skip to content

Commit 31c17c4

Browse files
authored
Merge pull request #107 from acsone/13.0-ignore-github-workflows-sbi
[13.0] pre-commit exclude .github workflows
2 parents 5771267 + 3419741 commit 31c17c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version-specific/13.0/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: |
55
# Files and folders generated by bots, to avoid loops
66
^setup/|/static/description/index\.html$|
77
# We don't want to mess with tool-generated files
8-
.svg$|/tests/([^/]+/)?cassettes/|^.copier-answers.yml$|
8+
.svg$|/tests/([^/]+/)?cassettes/|^.copier-answers.yml$|^.github/|
99
# Maybe reactivate this when all README files include prettier ignore tags?
1010
^README\.md$|
1111
# Library files can have extraneous formatting (even minimized)

0 commit comments

Comments
 (0)