Fixed pre-commit files selector regex

This commit is contained in:
Demetris Stavrou 2020-03-17 22:11:16 +02:00 committed by GitHub
parent 92bbddc290
commit 5b9161e16e
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: