mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
fix
This commit is contained in:
parent
8b2066fb27
commit
e4dbcd549b
3 changed files with 14 additions and 29 deletions
11
setup.py
11
setup.py
|
|
@ -1,8 +1,17 @@
|
|||
from setuptools import find_packages
|
||||
fom setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
i
|
||||
|
||||
|
||||
|
||||
|
||||
#123123
|
||||
setup(
|
||||
|
||||
|
||||
|
||||
|
||||
name='pre_commit_hooks',
|
||||
description='Some out-of-the-box hooks for pre-commit.',
|
||||
url='https://github.com/pre-commit/pre-commit-hooks',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue