mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
introduce install state v2 to replace v1
the v1 state is unnecessary since new repos are created for new additional_dependencies
This commit is contained in:
parent
2c39545d24
commit
bff5e0e738
3 changed files with 34 additions and 9 deletions
|
|
@ -5,8 +5,6 @@ import importlib.metadata
|
|||
CONFIG_FILE = '.pre-commit-config.yaml'
|
||||
MANIFEST_FILE = '.pre-commit-hooks.yaml'
|
||||
|
||||
# Bump when installation changes in a backwards / forwards incompatible way
|
||||
INSTALLED_STATE_VERSION = '1'
|
||||
# Bump when modifying `empty_template`
|
||||
LOCAL_REPO_VERSION = '1'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue