Skip to content

Commit 4d6a61e

Browse files
committed
Added trailing-whitespace hook to pre-commit
1 parent 5ec3327 commit 4d6a61e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ repos:
44
hooks:
55
- id: ruff
66

7+
- repo: https://github.com/pre-commit/pre-commit-hooks
8+
rev: v6.0.0
9+
hooks:
10+
- id: trailing-whitespace
11+
712
- repo: https://github.com/adrienverge/yamllint.git
813
rev: v1.38.0
914
hooks:

0 commit comments

Comments
 (0)