mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Update README to reference other project. Fix setup.py
This commit is contained in:
parent
7bb7f4a483
commit
ad4604818d
2 changed files with 2 additions and 1 deletions
|
|
@ -3,3 +3,4 @@ pre-commit
|
||||||
|
|
||||||
A framework for managing and maintaining multi-language pre-commit hooks.
|
A framework for managing and maintaining multi-language pre-commit hooks.
|
||||||
|
|
||||||
|
Some out-of-the-box hooks: https://github.com/asottile/pre-commit-hooks
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pre_commit',
|
name='pre_commit',
|
||||||
version='0.3.4',
|
version='0.0.0',
|
||||||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'argparse',
|
'argparse',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue