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 ac9e5f2 commit 87dd9f6Copy full SHA for 87dd9f6
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
rev: v3.2.0
6
hooks:
7
- id: trailing-whitespace
8
- exclude: LICENSE.md
+ exclude: ^(LICENSE.md|.*\.swiftinterface)$
9
- id: end-of-file-fixer
10
exclude: ".*.list"
11
- id: check-yaml
0 commit comments