• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "cSpell.words": [
3        "Abortable",
4        "aiohttp",
5        "altsetting",
6        "ansiblue",
7        "ansicyan",
8        "ansigreen",
9        "ansimagenta",
10        "ansired",
11        "ansiyellow",
12        "appendleft",
13        "ascs",
14        "ASHA",
15        "asyncio",
16        "ATRAC",
17        "avctp",
18        "avdtp",
19        "avrcp",
20        "bitpool",
21        "bitstruct",
22        "BSCP",
23        "BTPROTO",
24        "CCCD",
25        "cccds",
26        "cmac",
27        "CONNECTIONLESS",
28        "csip",
29        "csis",
30        "csrcs",
31        "CVSD",
32        "datagram",
33        "DATALINK",
34        "delayreport",
35        "deregisters",
36        "deregistration",
37        "dhkey",
38        "diversifier",
39        "endianness",
40        "ESCO",
41        "Fitbit",
42        "GATTLINK",
43        "HANDSFREE",
44        "keydown",
45        "keyup",
46        "levelname",
47        "libc",
48        "liblc",
49        "libusb",
50        "MITM",
51        "MSBC",
52        "NDIS",
53        "netsim",
54        "NONBLOCK",
55        "NONCONN",
56        "OXIMETER",
57        "popleft",
58        "PRAND",
59        "protobuf",
60        "psms",
61        "pyee",
62        "Pyodide",
63        "pyusb",
64        "rfcomm",
65        "ROHC",
66        "rssi",
67        "SEID",
68        "seids",
69        "SERV",
70        "SIRK",
71        "ssrc",
72        "strerror",
73        "subband",
74        "subbands",
75        "subevent",
76        "Subrating",
77        "substates",
78        "tobytes",
79        "tsep",
80        "UNMUTE",
81        "unmuted",
82        "usbmodem",
83        "vhci",
84        "wasmtime",
85        "websockets",
86        "xcursor",
87        "ycursor"
88    ],
89    "[python]": {
90        "editor.rulers": [88]
91    },
92    "python.formatting.provider": "black",
93    "pylint.importStrategy": "useBundled",
94    "python.testing.pytestArgs": [
95        "."
96    ],
97    "python.testing.unittestEnabled": false,
98    "python.testing.pytestEnabled": true
99}
100