Skip to content

Commit

Permalink
docs: Fix copy-paste mistake from rattler (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Jul 9, 2024
1 parent ead5201 commit b830baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py-rattler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ ignore_missing_imports = true

[[tool.mypy.overrides]]
module = ["rattler.*"]
# We exclude the polars module from warn_return_any, because the PyO3 api does not have Python
# We exclude the rattler 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
# this capability. We could add a stub file for polars.polars (the PyO3 api), but that
# this capability. We could add a stub file for rattler.rattler (the PyO3 api), but that
# 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

0 comments on commit b830baf

Please sign in to comment.