mirror of
https://github.com/meshtastic/python.git
synced 2025-12-24 00:17:54 -05:00
22 lines
566 B
JSON
22 lines
566 B
JSON
{
|
|
"cSpell.words": [
|
|
"bitmask",
|
|
"boardid",
|
|
"DEEPSLEEP",
|
|
"Meshtastic",
|
|
"milliwatt",
|
|
"portnums",
|
|
"powermon",
|
|
"POWERSTRESS",
|
|
"pyarrow",
|
|
"TORADIO",
|
|
"Vids"
|
|
],
|
|
"python.pythonPath": "/usr/bin/python3",
|
|
"flake8.enabled": false,
|
|
"python.testing.pytestArgs": [
|
|
"meshtastic/tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true // we are using trunk for formatting/linting rules, don't yell at us about line length
|
|
} |