mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
allow configuration for pre-commit.ci
This commit is contained in:
parent
2d54ea112a
commit
38a4a0aa3b
2 changed files with 18 additions and 0 deletions
|
|
@ -297,9 +297,13 @@ CONFIG_SCHEMA = cfgv.Map(
|
|||
'exclude',
|
||||
'fail_fast',
|
||||
'minimum_pre_commit_version',
|
||||
'ci',
|
||||
),
|
||||
warn_unknown_keys_root,
|
||||
),
|
||||
|
||||
# do not warn about configuration for pre-commit.ci
|
||||
cfgv.OptionalNoDefault('ci', cfgv.check_type(dict)),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue