Files
python/.vscode/settings.json
2024-06-27 16:37:58 -07:00

16 lines
390 B
JSON

{
"cSpell.words": [
"bitmask",
"boardid",
"Meshtastic",
"milliwatt",
"portnums",
"powermon",
"POWERSTRESS",
"pyarrow",
"TORADIO",
"Vids"
],
"python.pythonPath": "/usr/bin/python3",
"flake8.enabled" : false // we are using trunk for formatting/linting rules, don't yell at us about line length
}