mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-26 00:59:11 -05:00
Convert autoupdate_test to use new fixture functions.
This commit is contained in:
@@ -4,5 +4,7 @@ MANIFEST_FILE = 'hooks.yaml'
|
||||
|
||||
YAML_DUMP_KWARGS = {
|
||||
'default_flow_style': False,
|
||||
# Use unicode
|
||||
'encoding': None,
|
||||
'indent': 4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user