summaryrefslogtreecommitdiff
path: root/pyrightconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'pyrightconfig.json')
-rw-r--r--pyrightconfig.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json
new file mode 100644
index 000000000..138687c53
--- /dev/null
+++ b/pyrightconfig.json
@@ -0,0 +1,10 @@
+{
+ "defineConstant": {
+ "USE_PYQT6": false,
+ "USE_PYQT5": true,
+ "USE_PYSIDE2": false,
+ "USE_PYSIDE6": false,
+ "IS_QT5": true,
+ "IS_QT6": false
+ }
+}