From f6f16e4f7f9fc55ccc33245bf2b6597545d2b872 Mon Sep 17 00:00:00 2001 From: Jeroen van Zundert Date: Sun, 14 Aug 2022 17:52:45 +0200 Subject: [PATCH] Fix formatting --- py-polars/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py-polars/pyproject.toml b/py-polars/pyproject.toml index f5f22a711ee8..8cdcbd6a4464 100644 --- a/py-polars/pyproject.toml +++ b/py-polars/pyproject.toml @@ -38,9 +38,9 @@ enable_error_code = [ [[tool.mypy.overrides]] module = ["polars.*", "fsspec.*", "pyarrow.*", "matplotlib.*", "connectorx", "IPython.*"] # We exclude the polars module from warn_return_any, because the PyO3 api does not have Python -# type annotations. See https://github.com/PyO3/pyo3/issues/1112 for a discussion on adding +# type annotations. See https://github.com/PyO3/pyo3/issues/1112 for a discussion on adding # this capability. We could add a stub file for polars.polars (the PyO3 api), but that -# amounts to duplicating almost all type annotations on our api, as the Python api itself is a +# amounts to duplicating almost all type annotations on our api, as the Python api itself is a # thin wrapper around the PyO3 api to start with. warn_return_any = false