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:
Anthony Sottile 2023-01-23 19:24:10 -05:00
parent 2c39545d24
commit bff5e0e738
3 changed files with 34 additions and 9 deletions

View file

@ -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'