Run flake8

This commit is contained in:
Victorsitou 2022-01-18 00:55:07 -03:00
parent eeb25c5e1e
commit 9c5df4452d
2 changed files with 2 additions and 4 deletions

View file

@ -1,3 +0,0 @@
{
"name": "victor"
}

View file

@ -116,7 +116,8 @@ def main(argv: Sequence[str] | None = None) -> int:
try:
pretty_contents = _get_pretty_format(
contents, args.indent, ensure_ascii=not args.no_ensure_ascii,
sort_keys=not args.no_sort_keys, top_keys=args.top_keys, new_line=not args.no_new_line,
sort_keys=not args.no_sort_keys, top_keys=args.top_keys,
new_line=not args.no_new_line,
)
except ValueError:
print(