mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
9 lines
144 B
Python
9 lines
144 B
Python
CONFIG_FILE = '.pre-commit-config.yaml'
|
|
|
|
MANIFEST_FILE = 'hooks.yaml'
|
|
|
|
YAML_DUMP_KWARGS = {
|
|
'default_flow_style': False,
|
|
'indent': 4,
|
|
}
|