mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-27 19:38:35 -06:00
Autoupdate works. Closes #44.
This commit is contained in:
@@ -10,3 +10,9 @@ SUPPORTED_LANGUAGES = set([
|
||||
'ruby',
|
||||
'node',
|
||||
])
|
||||
|
||||
|
||||
YAML_DUMP_KWARGS = {
|
||||
'default_flow_style': False,
|
||||
'indent': 4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user