mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
74403c2f15
* test pyright with pydantic
* rename file to avoid pytest running it
* try another name 😴
* add docs about BaseSettings and Field
* add change
5 lines
103 B
TOML
5 lines
103 B
TOML
[tool.pyright]
|
|
extraPaths = ['../..']
|
|
reportUnnecessaryTypeIgnoreComment = true
|
|
pythonVersion = '3.10'
|