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 83cb4e6 commit 1f5561aCopy full SHA for 1f5561a
.pre-commit-config.yaml
@@ -18,6 +18,7 @@ repos:
18
- id: check-symlinks # Detects broken symlinks.
19
- id: trailing-whitespace # Removes any trailing whitespace at the end of lines.
20
- id: end-of-file-fixer # Ensures files end with a single newline or are empty.
21
+ exclude: templates/
22
23
#############################################################################
24
# JSON, TOML
0 commit comments