mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Convert autoupdate_test to use new fixture functions.
This commit is contained in:
parent
047a933554
commit
3baefd57e2
3 changed files with 106 additions and 83 deletions
|
|
@ -4,5 +4,7 @@ MANIFEST_FILE = 'hooks.yaml'
|
|||
|
||||
YAML_DUMP_KWARGS = {
|
||||
'default_flow_style': False,
|
||||
# Use unicode
|
||||
'encoding': None,
|
||||
'indent': 4,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue