mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-12 19:29:29 -06:00
Implement pre-commit autoupdate --freeze
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user