Only use standard pyright checking mode
This commit is contained in:
parent
a37d0e9272
commit
0769d65610
1 changed files with 3 additions and 0 deletions
|
|
@ -7,3 +7,6 @@ requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"tasklib>=2.5.1",
|
"tasklib>=2.5.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.pyright]
|
||||||
|
typeCheckingMode = "standard"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue