mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Ruby should work now
This commit is contained in:
parent
dd004c2ee5
commit
f123e64c25
4 changed files with 63 additions and 4 deletions
5
setup.py
5
setup.py
|
|
@ -23,5 +23,8 @@ setup(
|
|||
'validate-config = pre_commit.entry_points:validate_config_func',
|
||||
'validate-manifest = pre_commit.entry_points:validate_manifest_func',
|
||||
],
|
||||
}
|
||||
},
|
||||
scripts=[
|
||||
'scripts/__rvm-env.sh',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue