mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
12 lines
No EOL
177 B
Python
12 lines
No EOL
177 B
Python
|
|
CONFIG_FILE = '.pre-commit-config.yaml'
|
|
|
|
HOOKS_WORKSPACE = '.pre-commit-files'
|
|
|
|
MANIFEST_FILE = 'manifest.yaml'
|
|
|
|
SUPPORTED_LANGUAGES = [
|
|
'python',
|
|
'ruby',
|
|
'node',
|
|
] |