Skip to content

Commit

Permalink
Configure Pyright to report import cycles (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted authored Jan 14, 2025
1 parent a2295ce commit 0f52ecc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ python = "^3.10"
[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.1"
ruff = "^0.8.6"
pyright = {extras = ["nodejs"], version = "^1.1.382"}
pyright = { extras = ["nodejs"], version = "^1.1.382" }
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
pytest-mock = "^3.14.0"
pytest-clarity = "^1.0.1"
pytest-cov = "^6.0.0"

[tool.pyright]
reportImportCycles = true

[tool.ruff]
output-format = "grouped"
show-fixes = true
Expand Down

0 comments on commit 0f52ecc

Please sign in to comment.