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 cd1b62f commit f813da5Copy full SHA for f813da5
.pre-commit-config.yaml
@@ -1,8 +1,8 @@
1
repos:
2
-- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.0.1
4
- hooks:
5
- - id: check-yaml
6
- args: [--allow-multiple-documents]
7
- - id: end-of-file-fixer
8
- - id: trailing-whitespace
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.0.1
+ hooks:
+ - id: check-yaml
+ args: [--allow-multiple-documents]
+ - id: end-of-file-fixer
+ - id: trailing-whitespace
0 commit comments