mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Implement Store. pre-commit now installs files to ~/.pre-commit
This commit is contained in:
parent
26af2cecab
commit
479eb51873
16 changed files with 457 additions and 234 deletions
|
|
@ -1,7 +1,5 @@
|
|||
CONFIG_FILE = '.pre-commit-config.yaml'
|
||||
|
||||
HOOKS_WORKSPACE = '.pre-commit-files'
|
||||
|
||||
MANIFEST_FILE = 'hooks.yaml'
|
||||
|
||||
YAML_DUMP_KWARGS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue