refactor/type-hint-fixes #1

Merged
marc merged 4 commits from refactor/type-hint-fixes into main 2024-11-16 04:36:22 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 351e73224e - Show all commits

View file

@ -13,3 +13,7 @@ repos:
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.389
hooks:
- id: pyright

View file

@ -24,3 +24,7 @@ dev-dependencies = [
"pre-commit>=4.0.1",
"ruff>=0.7.1",
]
[tool.pyright]
venvPath = "."
venv = ".venv"