Skip to content

Commit 3a9f9d6

Browse files
committed
Disabled trailing-whitespace pre-commit hook
1 parent 62ec834 commit 3a9f9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: detect-private-key
1717
- id: end-of-file-fixer
1818
- id: requirements-txt-fixer
19-
- id: trailing-whitespace
19+
# - id: trailing-whitespace
2020

2121
- repo: https://github.com/pre-commit/pygrep-hooks
2222
rev: v1.5.1

0 commit comments

Comments
 (0)