mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-01 06:20:33 -06:00
12 lines
177 B
Python
12 lines
177 B
Python
|
|
CONFIG_FILE = '.pre-commit-config.yaml'
|
|
|
|
HOOKS_WORKSPACE = '.pre-commit-files'
|
|
|
|
MANIFEST_FILE = 'manifest.yaml'
|
|
|
|
SUPPORTED_LANGUAGES = [
|
|
'python',
|
|
'ruby',
|
|
'node',
|
|
] |