mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Make pre_commit also support pre-push hook
This commit is contained in:
parent
d2b11a0c50
commit
b707cbba06
10 changed files with 227 additions and 42 deletions
3
setup.py
3
setup.py
|
|
@ -30,7 +30,8 @@ setup(
|
|||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||
package_data={
|
||||
'pre_commit': [
|
||||
'resources/pre-commit-hook',
|
||||
'resources/hook-tmpl',
|
||||
'resources/pre-push-tmpl',
|
||||
'resources/rbenv.tar.gz',
|
||||
'resources/ruby-build.tar.gz',
|
||||
'resources/ruby-download.tar.gz',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue