1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 04:58:12 +00:00

Merge branch 'origin/master'

This commit is contained in:
RGBCube 2022-06-26 15:03:16 +03:00 committed by Automated Linter
parent e73275bb8b
commit 6682738c74

View file

@ -57,11 +57,11 @@ else:
end = time.perf_counter() - start
exit_code = os.system(f"unimport {to} --gitignore -r --ignore-init; isort {to}; black {to}; flynt {to} -tc", )
exit_code = os.system(
f"unimport {to} --gitignore -r --ignore-init; isort {to}; black {to}; flynt {to} -tc",
)
if exit_code != 0:
print(f"Formatting failed with exit code {exit_code}")
print(f"\n\nSuccess! Finished in {end*1000:.3} milliseconds")