mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Fix typo in CHANGELOG
This commit is contained in:
parent
54e71c1bab
commit
04018ad4e7
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ that have helped us get this far!
|
|||
- A new configuration format for `.pre-commit-config.yaml` is introduced which
|
||||
will enable future development.
|
||||
- The new format has a top-level map instead of a top-level list. The
|
||||
new format puts the hook repositories in a `hooks` key.
|
||||
new format puts the hook repositories in a `repos` key.
|
||||
- Old list-based configurations will continue to be supported.
|
||||
- A command `pre-commit migrate-config` has been introduced to "upgrade"
|
||||
the configuration format to the new map-based configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue