mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Local repositories clone a blank repo
This commit is contained in:
parent
e704edb5e2
commit
f000241dcb
15 changed files with 156 additions and 121 deletions
4
pre_commit/resources/empty_template/setup.py
Normal file
4
pre_commit/resources/empty_template/setup.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from setuptools import setup
|
||||
|
||||
|
||||
setup(name='pre-commit-dummy-package', version='0.0.0')
|
||||
Loading…
Add table
Add a link
Reference in a new issue