[PyCharm Tables] PY-73641 ... in tables instead of values #PY-73252 Fixed

* fixed polars case

GitOrigin-RevId: 259d170d79afbddf97a99e62b27685255aaf6d12
This commit is contained in:
Natalia.Murycheva
2024-07-03 14:49:08 +02:00
committed by intellij-monorepo-bot
parent 1554bb4535
commit c4b259368d

View File

@@ -50,6 +50,7 @@ def __create_config():
# type: () -> pl.Config
cfg = pl.Config()
cfg.set_tbl_cols(-1) # Unlimited
cfg.set_tbl_rows(-1) # Unlimited
cfg.set_fmt_str_lengths(MAX_COLWIDTH) # No option to set unlimited, so it's 100_000
return cfg