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:
parent
e73275bb8b
commit
6682738c74
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue