This commit is contained in:
Miodec 2022-01-20 23:23:41 +01:00
commit 8d2ee533c9

View file

@ -3,6 +3,10 @@
"leftToRight": true,
"noLazyMode": true,
"words": [
"__str__",
"__repr__",
"__del__",
"__init__",
"abs",
"all",
"and",
@ -60,6 +64,7 @@
"from",
"fromkeys",
"frozenset",
"functools",
"get",
"getattr",
"global",
@ -92,6 +97,7 @@
"isupper",
"items",
"iter",
"itertools",
"join",
"keys",
"lambda",
@ -103,12 +109,14 @@
"lstrip",
"maketrans",
"map",
"math",
"max",
"memoryview",
"min",
"next",
"None",
"not",
"nonlocal",
"object",
"oct",
"open",
@ -136,6 +144,7 @@
"rpartition",
"rsplit",
"rstrip",
"self",
"set",
"setattr",
"setdefault",