fix config for pyright for most (#561)

This commit is contained in:
Jack Gerrits 2024-09-18 16:23:53 -04:00 committed by GitHub
parent 7d7fc8a912
commit 6bf62262a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ include = [
]
[tool.pyright]
extend = "../../pyproject.toml"
extends = "../../pyproject.toml"
include = ["src"]
[tool.poe]

View File

@ -26,7 +26,7 @@ extend = "../../pyproject.toml"
include = ["src/**", "tests/*.py"]
[tool.pyright]
extend = "../../pyproject.toml"
extends = "../../pyproject.toml"
include = ["src", "tests"]
[tool.pytest.ini_options]

View File

@ -29,7 +29,7 @@ extend = "../../pyproject.toml"
include = ["src/**", "tests/*.py"]
[tool.pyright]
extend = "../../pyproject.toml"
extends = "../../pyproject.toml"
include = ["src", "tests"]
[tool.pytest.ini_options]

View File

@ -28,7 +28,7 @@ extend = "../../pyproject.toml"
include = ["src/**", "tests/*.py"]
[tool.pyright]
extend = "../../pyproject.toml"
extends = "../../pyproject.toml"
include = ["src", "tests"]
[tool.pytest.ini_options]