Merge pull request #2498 from demestav/patch-1

Fixed pre-commit files selector regex
This commit is contained in:
Bruno Alla 2020-03-17 20:23:07 +00:00 committed by GitHub
commit 201433802b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ repos:
rev: master
hooks:
- id: trailing-whitespace
files: (^|/)a/.+\.(py|html|sh|css|js)$
files: (^|/).+\.(py|html|sh|css|js)$
- repo: local
hooks: