Skip to content

Commit

Permalink
Update pyproject.toml.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner authored Nov 6, 2024
1 parent 79bc3a2 commit d66c47e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template/{{ pypi_name }}/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ ignore = [
[tool.ruff.lint.per-file-ignores]
"tests/**/*.py" = ["S101", "D"]
"docs/conf.py" = ["INP001", "A001"]

[tool.pyright]
venvPath = "."
venv = ".venv"

0 comments on commit d66c47e

Please sign in to comment.