Add trailing-whitespace to pre-commit

This commit is contained in:
Hugo van Kemenade 2023-08-22 14:14:40 +03:00
parent 5f3a91e780
commit fd1950052c
2 changed files with 5 additions and 3 deletions

View file

@ -44,6 +44,8 @@ repos:
- id: check-yaml - id: check-yaml
- id: end-of-file-fixer - id: end-of-file-fixer
- id: requirements-txt-fixer - id: requirements-txt-fixer
- id: trailing-whitespace
exclude: .github/(ISSUE_TEMPLATE|PULL_REQUEST_TEMPLATE).md
- repo: https://github.com/tox-dev/pyproject-fmt - repo: https://github.com/tox-dev/pyproject-fmt
rev: 0.13.1 rev: 0.13.1