mirror of
https://github.com/kennethreitz-archive/white.git
synced 2026-06-05 07:06:15 +00:00
@@ -0,0 +1,6 @@
|
||||
|
||||
/white.egg-info/
|
||||
|
||||
/dist/
|
||||
|
||||
/build/
|
||||
+1
-3
@@ -17,9 +17,7 @@ def main():
|
||||
# Prepare the additional command-line arguments.
|
||||
args = ' '.join(sys.argv[1:])
|
||||
# Spawn a subprocess.
|
||||
c = delegator.run(
|
||||
f"{python} {black} {args} --line-length {PEP8_LINE_LENGTH}"
|
||||
)
|
||||
c = delegator.run(f"{python} {black} {args} --line-length {PEP8_LINE_LENGTH}")
|
||||
# Print output.
|
||||
print(c.out)
|
||||
print(c.err)
|
||||
Reference in New Issue
Block a user