mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 10:01:46 +04:00
6 lines
112 B
Python
6 lines
112 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
CONFIG_FILE = '.pre-commit-config.yaml'
|
|
|
|
MANIFEST_FILE = 'hooks.yaml'
|