mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-22 03:17:24 +03:00
Fix multiple strings in one line
This commit is contained in:
parent
bc37eff924
commit
eeaa6bdb40
@ -39,5 +39,5 @@ for command, ts in zip(commands, times):
|
||||
print()
|
||||
print(" percentiles:")
|
||||
print(f" P_05 .. P_95: {p05:.3f} s .. {p95:.3f} s")
|
||||
print(f" P_25 .. P_75: {p25:.3f} s .. {p75:.3f} s " f"(IQR = {iqr:.3f} s)")
|
||||
print(f" P_25 .. P_75: {p25:.3f} s .. {p75:.3f} s (IQR = {iqr:.3f} s)")
|
||||
print()
|
||||
|
@ -1,2 +1,2 @@
|
||||
[lint]
|
||||
extend-select = ["I"]
|
||||
extend-select = ["I", "UP", "RUF"]
|
||||
|
Loading…
Reference in New Issue
Block a user