Skip to content

Commit

Permalink
chore: rm pyright in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Sep 14, 2024
1 parent b1fb60d commit f079d66
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ packages = ["src/async_wrapper"]
[tool.hatch.build.targets.sdist]
include = ["src/async_wrapper"]

[tool.pyright]
include = ["src", "tests"]
pythonVersion = '3.8'
pythonPlatform = 'Linux'
diagnostic = 'strict'
reportPrivateUsage = false

[tool.pytest.ini_options]
addopts = "-n 4 --cov=src/async_wrapper --cov-report html --cov-report=xml"
testpaths = ["src/tests"]
Expand Down

0 comments on commit f079d66

Please sign in to comment.