Skip to content

Commit

Permalink
Update pyproject.toml.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Sep 2, 2024
1 parent 2767f5d commit 5ab09c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python = "^{{ python_version }}"
lightning = "^2.4.0"{% endif %}

[tool.poetry.group.dev.dependencies]
ruff = "^0.6.2"
ruff = "^0.6.3"
bandit = "^1.7.9"
pre-commit = "^3.8.0"
pyright = "^1.1.377"
Expand Down Expand Up @@ -90,7 +90,7 @@ __version_tuple__ = (0, 0, 0)

[tool.pytest.ini_options]
minversion = "8.0"
addopts = "--doctest-glob='test_*.md'"
addopts = "--doctest-glob='test_*.md' --cov=src/{{ python_package_import_name }} --cov-report xml"
testpaths = [
"tests",
]
Expand Down

0 comments on commit 5ab09c0

Please sign in to comment.