from setuptools import setup
setup(
name='pre_commit_dummy_package',
version='0.0.0',
install_requires=['yapf==0.13.2'], )