mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Various cleanup.
This commit is contained in:
parent
bf912cfebb
commit
01b557c497
12 changed files with 85 additions and 37 deletions
5
setup.py
5
setup.py
|
|
@ -4,7 +4,10 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='pre_commit',
|
||||
description='A framework for managing and maintaining multi-language pre-commit hooks.',
|
||||
description=(
|
||||
'A framework for managing and maintaining multi-language pre-commit '
|
||||
'hooks.'
|
||||
),
|
||||
url='https://github.com/pre-commit/pre-commit',
|
||||
version='0.0.0',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue