mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 21:10:27 -06:00
7 lines
129 B
Python
7 lines
129 B
Python
from __future__ import annotations
|
|
|
|
from setuptools import setup
|
|
|
|
|
|
setup(name='pre-commit-placeholder-package', version='0.0.0')
|