mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 04:50:20 -06:00
Fix regression in 0.13.5 with always_run + files
This commit is contained in:
@@ -38,7 +38,7 @@ MANIFEST_HOOK_DICT = schema.Map(
|
||||
|
||||
schema.Conditional(
|
||||
'files', schema.check_and(schema.check_string, schema.check_regex),
|
||||
condition_key='always_run', condition_value=False, ensure_absent=True,
|
||||
condition_key='always_run', condition_value=False,
|
||||
),
|
||||
|
||||
schema.Optional(
|
||||
|
||||
Reference in New Issue
Block a user