fix type stubs with pyright

This commit is contained in:
odrling 2024-03-22 01:33:21 +01:00
parent ed323f2050
commit 57afc20b79
Signed by: odrling
GPG key ID: 2D8C2F151EDB7392
2 changed files with 1 additions and 1 deletions

View file

@ -30,7 +30,7 @@ include = [
]
[tool.mypy]
mypy_path = "stubs"
mypy_path = "typings"
[tool.ruff.lint]
select = ["E", "F", "W", "B", "SIM", "I"]