We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruff format
1 parent 9f23d81 commit f8229ccCopy full SHA for f8229cc
‎tool/ufunc.py‎
@@ -204,7 +204,8 @@ def main(args: Sequence[str] | None = None, /) -> int:
204
import tabulate # pyright: ignore[reportMissingModuleSource] # noqa: PLC0415
205
206
print(
207
- tabulate.tabulate(
+ tabulate
208
+ .tabulate(
209
[list(map(as_code, entry.values())) for entry in data],
210
headers=[as_code("ufunc"), *list(map(as_code, data[0]))[1:]],
211
tablefmt=namespace.format,
0 commit comments