Files
pydantic/tests/pyright/pyproject.toml
T
Samuel Colvin 74403c2f15 test pyright with pydantic (#3972)
* test pyright with pydantic

* rename file to avoid pytest running it

* try another name 😴

* add docs about BaseSettings and Field

* add change
2022-05-11 19:00:37 +01:00

5 lines
103 B
TOML

[tool.pyright]
extraPaths = ['../..']
reportUnnecessaryTypeIgnoreComment = true
pythonVersion = '3.10'