Enforce strict Pyright gate
This commit is contained in:
parent
90898cfd63
commit
2841042b9c
16 changed files with 214 additions and 77 deletions
|
|
@ -30,3 +30,5 @@ select = ["E", "F", "I", "UP", "B", "SIM"]
|
|||
pythonVersion = "3.12"
|
||||
typeCheckingMode = "strict"
|
||||
include = ["src"]
|
||||
venvPath = "."
|
||||
venv = ".venv"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue