We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4de4f9 commit d39565bCopy full SHA for d39565b
1 file changed
.pre-commit-config.yaml
@@ -39,6 +39,7 @@ repos:
39
- id: pyright
40
name: "Check with Pyright"
41
exclude: tests
42
+ additional_dependencies: [sqlalchemy, uvicorn, fastapi]
43
44
- repo: https://github.com/python-poetry/poetry
45
rev: "1.7.0"
0 commit comments