mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-22 00:40:14 -06:00
simplify install state
the additional bookkeeping has been unnecessary since b827694520
unfortunately this will cause a rebuild of all hooks in order to be
forward/backward compatible -- shrugs
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user