add pyright to linting

This commit is contained in:
ducklet 2021-11-02 14:25:50 +01:00
parent 3c9da10522
commit 57a2bccb44
4 changed files with 199 additions and 6 deletions

View file

@ -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"