forked from espressif/esp-idf
Merge branch 'fix/pre_commit_backward_compatibility' into 'master'
fix: allow to use older pre-commit hook versions Closes IDF-8903 See merge request espressif/esp-idf!28008
This commit is contained in:
@ -1,9 +1,7 @@
|
|||||||
# See https://pre-commit.com for more information
|
# See https://pre-commit.com for more information
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
|
|
||||||
minimum_pre_commit_version: 3.3.0
|
default_stages: [commit]
|
||||||
default_install_hook_types: [pre-commit, post-commit, commit-msg]
|
|
||||||
default_stages: [pre-commit]
|
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
Reference in New Issue
Block a user