Skip to content

Commit 0980887

Browse files
committed
Added new parameter to config schema
1 parent 3581f94 commit 0980887

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pre_commit/clientlib/validate_config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ class InvalidConfigError(FatalError):
3939
'type': 'array',
4040
'items': {'type': 'string'},
4141
},
42+
'additional_dependencies': {
43+
'type': 'array',
44+
'items': {'type': 'string'}
45+
}
4246
},
4347
'required': ['id'],
4448
}

0 commit comments

Comments
 (0)