Skip to content

Commit

Permalink
doc(python): Fix sample output show_versions (#9417)
Browse files Browse the repository at this point in the history
  • Loading branch information
zundertj authored Jun 18, 2023
1 parent f8a1ee4 commit 80751fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/utils/show_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions py-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 80751fa

Please sign in to comment.