Implement pre-commit autoupdate --freeze

This commit is contained in:
Anthony Sottile
2019-12-28 12:25:30 -08:00
parent 32ce682238
commit 8a3c740f9e
5 changed files with 314 additions and 260 deletions

View File

@@ -133,8 +133,7 @@ class MigrateShaToRev(object):
if 'sha' in dct:
dct['rev'] = dct.pop('sha')
def remove_default(self, dct):
pass
remove_default = cfgv.Required.remove_default
def _entry(modname):