Exclude setup.cfg from whitespace hook

This commit is contained in:
Chris Mitchell 2023-06-03 08:57:59 -04:00
parent 4657d2fef7
commit 7cf5773add
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: setup.cfg
- repo: https://github.com/psf/black
rev: 22.10.0
hooks: