add pyright to linting
This commit is contained in:
parent
3c9da10522
commit
57a2bccb44
4 changed files with 199 additions and 6 deletions
|
|
@ -18,7 +18,13 @@ uvicorn = "^0.15.0"
|
|||
pytest = "^6.2.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pyright = "^0.0.11"
|
||||
black = "^21.10b0"
|
||||
isort = "^5.9.3"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.pyright]
|
||||
pythonVersion = "3.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue