Skip to content

Commit

Permalink
chore(python): Update dev dependencies (#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuls committed Nov 16, 2022
1 parent b8716bd commit 2b27e58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion py-polars/polars/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Union,
)

from _ctypes import _SimpleCData # type: ignore[import]
from _ctypes import _SimpleCData # type: ignore[attr-defined]

from polars.dependencies import pyarrow as pa

Expand Down
3 changes: 3 additions & 0 deletions py-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ enable_error_code = [
"truthy-bool",
"ignore-without-code",
]
disable_error_code = [
"empty-body",
]

[[tool.mypy.overrides]]
module = ["backports", "pyarrow.*", "polars.polars", "matplotlib.*", "fsspec.*", "connectorx", "IPython.*", "zoneinfo"]
Expand Down
6 changes: 3 additions & 3 deletions py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ tzdata; platform_system == 'Windows'
xlsx2csv

# Tooling
hypothesis==6.56.4
maturin==0.13.6
mypy==0.982
hypothesis==6.57.1
maturin==0.13.7
mypy==0.991
pytest==7.2.0
pytest-cov==4.0.0

Expand Down

0 comments on commit 2b27e58

Please sign in to comment.