Update pyproject.toml

Co-authored-by: Cédric Deltheil <355031+deltheil@users.noreply.github.com>
This commit is contained in:
Benjamin Trom 2023-08-15 18:06:50 +02:00 committed by Benjamin Trom
parent 2ee094c18c
commit 663d7c414e

View file

@ -63,6 +63,6 @@ ignore = [
line-length = 120
[tool.pyright]
include = ["src/refiners", "tests", "scripts/"]
include = ["src/refiners", "tests", "scripts"]
exclude = ["**/__pycache__"]
reportMissingTypeStubs = "warning"