From 80751fae357fc04c50bba4d405a51fb09a6640c5 Mon Sep 17 00:00:00 2001 From: J van Zundert Date: Sun, 18 Jun 2023 08:13:38 +0100 Subject: [PATCH] doc(python): Fix sample output show_versions (#9417) --- py-polars/polars/utils/show_versions.py | 2 +- py-polars/pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/py-polars/polars/utils/show_versions.py b/py-polars/polars/utils/show_versions.py index c21a9083aa11..4d3ca258890c 100644 --- a/py-polars/polars/utils/show_versions.py +++ b/py-polars/polars/utils/show_versions.py @@ -18,7 +18,7 @@ def show_versions() -> None: Index type: UInt32 Platform: Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35 Python: 3.11.3 (main, Apr 15 2023, 14:44:51) [GCC 11.3.0] - + \b ----Optional dependencies---- numpy: 1.24.2 pandas: 2.0.0 diff --git a/py-polars/pyproject.toml b/py-polars/pyproject.toml index 0d515bae232f..d9ed923123ed 100644 --- a/py-polars/pyproject.toml +++ b/py-polars/pyproject.toml @@ -165,6 +165,7 @@ strict = true [tool.ruff.per-file-ignores] "polars/datatypes.py" = ["B019"] "tests/**/*.py" = ["D100", "D103", "B018"] +"polars/utils/show_versions.py" = ["D301"] [tool.pytest.ini_options] addopts = [