mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Autoupdate works. Closes #44.
This commit is contained in:
parent
49da1ba72a
commit
26d563ee20
5 changed files with 104 additions and 7 deletions
|
|
@ -10,3 +10,9 @@ SUPPORTED_LANGUAGES = set([
|
|||
'ruby',
|
||||
'node',
|
||||
])
|
||||
|
||||
|
||||
YAML_DUMP_KWARGS = {
|
||||
'default_flow_style': False,
|
||||
'indent': 4,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue