mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Added pre-commit.py script
This commit is contained in:
parent
6e63d3a4a2
commit
2aa8821b70
4 changed files with 54 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -9,4 +9,7 @@ setup(
|
|||
'argparse',
|
||||
'simplejson',
|
||||
],
|
||||
scripts=[
|
||||
'scripts/pre-commit.py',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue