mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Add the first hook
This commit is contained in:
parent
cd74dc150c
commit
5e713f8878
3 changed files with 9 additions and 2 deletions
1
setup.py
1
setup.py
|
|
@ -7,6 +7,7 @@ setup(
|
|||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||
install_requires=[
|
||||
'argparse',
|
||||
'pyflakes',
|
||||
'simplejson',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue