Move pre_commit.schema to cfgv library

This commit is contained in:
Anthony Sottile 2018-02-06 23:14:47 -08:00
parent 8bb4d63d3b
commit bdad930d71
9 changed files with 58 additions and 791 deletions

View file

@ -37,6 +37,7 @@ setup(
install_requires=[
'aspy.yaml',
'cached-property',
'cfgv>=1.0.0',
'identify>=1.0.0',
'nodeenv>=0.11.1',
'pyyaml',