Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b780fe4

Browse files
committed
Avoid checking trailing whitespace, hopefully this fixes CI
1 parent 9103a6b commit b780fe4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ repos:
44
rev: v4.6.0
55
hooks:
66
- id: check-yaml
7-
- id: trailing-whitespace
7+
# This seems to fail on CHANGELOG.md, which is generated and shouldn't be checked.
8+
# - id: trailing-whitespace
89
- repo: https://github.com/psf/black
910
rev: 24.8.0
1011
hooks:

0 commit comments

Comments
 (0)