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 f27ea8f commit 1929a12Copy full SHA for 1929a12
.pre-commit-config.yaml
@@ -53,6 +53,11 @@ repos:
53
args: [ "--indent", "2", "--no-sort-keys" ]
54
files: ^doc/schemas/.*\.json$
55
types: [ json ]
56
+ - id: trailing-whitespace
57
+ args: [ "--markdown-linebreak-ext=md" ]
58
+ exclude: ccan|contrib|tests/fuzz/corpora
59
+ - id: end-of-file-fixer
60
61
62
- repo: https://github.com/codespell-project/codespell
63
rev: v2.3.0
0 commit comments