mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 01:57:03 +03:00
Fixed pre-commit files selector regex
This commit is contained in:
parent
92bbddc290
commit
5b9161e16e
|
@ -7,7 +7,7 @@ repos:
|
||||||
rev: master
|
rev: master
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
files: (^|/)a/.+\.(py|html|sh|css|js)$
|
files: (^|/).+\.(py|html|sh|css|js)$
|
||||||
|
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user