Skip to content

Commit

Permalink
pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Nov 12, 2024
1 parent cd4e633 commit a112d49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ installer = "uv"
dependencies = [
"mypy~=1.10.1",
# Types for mypy
"leafmap~=0.39.2",
"panel~=1.5.3",
"polars~=1.9.0",
"narwhals>=1.12.0",
Expand Down Expand Up @@ -179,7 +180,7 @@ python = ["3.9","3.10", "3.11", "3.12"]
test = "pytest{env:HATCH_TEST_ARGS:} {args:tests}"
default = "pytest{env:HATCH_TEST_ARGS:} {args:tests}"
# This is used externally from the narwhals repo to run our tests from their repo.
# This should include any tests that may use narwhals.
# This should include any tests that may use narwhals.
# It is ok if we test more than narwhals here, but we should not test less.
test-narwhals = """
pytest{env:HATCH_TEST_ARGS:} \
Expand Down Expand Up @@ -267,7 +268,7 @@ ignore = [
"D301", # Use r""" if any backslashes in a docstring
# TODO: we should fix these, and enable this rule
"PT011", # `pytest.raises(ValueError)` is too broad, set the `match` parameter or use a more specific exception
"E501", # Line too long, we still trim
"E501", # Line too long, we still trim
]
extend-select = [
# pyflakes
Expand Down

0 comments on commit a112d49

Please sign in to comment.