Skip to content

Commit 86767c7

Browse files
authored
lint: exclude README from trailing-whitespace (#1912)
1 parent 0c4d0a4 commit 86767c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repos:
1212
hooks:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
15+
exclude: README.md
1516
- id: check-case-conflict
1617
- id: check-yaml
1718
- id: check-toml
@@ -71,7 +72,7 @@ repos:
7172
# args: ["--fix"]
7273

7374
- repo: https://github.com/pre-commit/mirrors-prettier
74-
rev: v4.0.0-alpha.8
75+
rev: v3.1.0
7576
hooks:
7677
- id: prettier
7778
# https://prettier.io/docs/en/options.html#print-width

0 commit comments

Comments
 (0)