Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad46048

Browse files
committed
Update README to reference other project. Fix setup.py
1 parent 7bb7f4a commit ad46048

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pre-commit
33

44
A framework for managing and maintaining multi-language pre-commit hooks.
55

6+
Some out-of-the-box hooks: https://github.com/asottile/pre-commit-hooks

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='pre_commit',
6-
version='0.3.4',
6+
version='0.0.0',
77
packages=find_packages('.', exclude=('tests*', 'testing*')),
88
install_requires=[
99
'argparse',

0 commit comments

Comments
 (0)