From 63f97d5c42d04ee66c2f4c0409c3d7cb5ffcba53 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:08:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/pages/libraries/clis.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/libraries/clis.md b/docs/pages/libraries/clis.md index a50850af..87305914 100644 --- a/docs/pages/libraries/clis.md +++ b/docs/pages/libraries/clis.md @@ -15,7 +15,7 @@ parent: Recommended libraries ### Other useful tools for CLIs -| Name | Short description | 🚦 | -| -------------------------------------------------------- | -------------------------------------------------------------- | :-: | -| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | +| Name | Short description | 🚦 | +| ----------------------------------------------------- | -------------------------------------------------------------- | :-: | +| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 | | [inquirer](https://github.com/magmax/python-inquirer) | Collection of common interactive command line user interfaces. | 🟢 |