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

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2021-11-03 01:27:46 +0300
committerlovetox <philipp@hoerist.com>2021-11-03 01:27:46 +0300
commit1074bf3610b520fe29f9b8f6fb33a189d2d09018 (patch)
treeb6eef791a523b7a8d53cf5403cfd28fcce9152ea
parent8151ea1b4a189f4864bdce0a739bde7254375bd7 (diff)
Update pyrightconfig.json
-rw-r--r--pyrightconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json
index 20e76c8..9c4dd2b 100644
--- a/pyrightconfig.json
+++ b/pyrightconfig.json
@@ -1,5 +1,4 @@
{
"ignore": ["**/test", "setup.py"],
- "useLibraryCodeForTypes": true,
"typeCheckingMode": "strict",
}