mirror of
https://github.com/pre-commit/pre-commit.git
synced 2025-12-31 14:00:06 -06:00
12 lines
182 B
Python
12 lines
182 B
Python
|
|
CONFIG_FILE = '.pre-commit-config.yaml'
|
|
|
|
HOOKS_WORKSPACE = '.pre-commit-files'
|
|
|
|
MANIFEST_FILE = 'manifest.yaml'
|
|
|
|
SUPPORTED_LANGUAGES = set([
|
|
'python',
|
|
'ruby',
|
|
'node',
|
|
]) |