mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Fixed pre-commit files selector regex
This commit is contained in:
parent
92bbddc290
commit
5b9161e16e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user