mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
Merge branch 'master' of https://github.com/Miodec/monkeytype
This commit is contained in:
commit
8d2ee533c9
1 changed files with 9 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue