mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-11 19:40:28 -06:00
13 lines
183 B
Python
13 lines
183 B
Python
|
|
CONFIG_FILE = '.pre-commit-config.yaml'
|
|
|
|
HOOKS_WORKSPACE = '.pre-commit-files'
|
|
|
|
MANIFEST_FILE = 'manifest.yaml'
|
|
|
|
SUPPORTED_LANGUAGES = set([
|
|
'python',
|
|
'ruby',
|
|
'node',
|
|
])
|