Turn down basedpyright strictness

This commit is contained in:
Dreaded_X 2025-06-03 21:57:55 +02:00
parent 0458cb0825
commit 90fb7736cf
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -0,0 +1,9 @@
return {
settings = {
basedpyright = {
analysis = {
typeCheckingMode = "standard",
},
},
},
}