diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 00000000..997fcd75 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,5 @@ +{ + "typeCheckingMode": "standard", + "reportAny": false, + "reportConstantRedefinition": false +}