Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-04-21 01:15:10 +0300
committerlovetox <philipp@hoerist.com>2022-04-21 01:17:03 +0300
commit204e4316dfc41fd6fde8e6cdd131f4c56bee3c4e (patch)
tree65f081fa589b2fd8cb520236f8d8bc123754ebea
parent46758be7e4061934cea05ec3e4e17f203b6c2742 (diff)
Add pyrightconfig.json
-rw-r--r--pyrightconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json
new file mode 100644
index 0000000..2ea6d4c
--- /dev/null
+++ b/pyrightconfig.json
@@ -0,0 +1,12 @@
+{
+ "pythonPlatform": "All",
+ "pythonVersion": "3.9",
+ "typeCheckingMode": "strict",
+ "reportImportCycles": "none",
+ "reportImplicitStringConcatenation": "none",
+ "reportMissingModuleSource": "none",
+ "exclude": [
+ "**/__pycache__",
+ ".git"
+ ],
+}