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 5ec3327 commit 4d6a61eCopy full SHA for 4d6a61e
1 file changed
.pre-commit-config.yaml
@@ -4,6 +4,11 @@ repos:
4
hooks:
5
- id: ruff
6
7
+ - repo: https://github.com/pre-commit/pre-commit-hooks
8
+ rev: v6.0.0
9
+ hooks:
10
+ - id: trailing-whitespace
11
+
12
- repo: https://github.com/adrienverge/yamllint.git
13
rev: v1.38.0
14
0 commit comments