Work on updating protobufs and .gitignore

This commit is contained in:
pablorevilla-meshtastic
2026-02-11 17:30:53 -08:00
parent 89fbc6aeca
commit fc44f49f2d
4 changed files with 129 additions and 3 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ dev = [
# Linting
target-version = "py313"
line-length = 100
extend-exclude = ["build", "dist", ".venv"]
extend-exclude = ["build", "dist", ".venv", "meshtastic/protobuf", "nanopb_pb2.py"]
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B"] # pick your rulesets
@@ -56,4 +56,4 @@ ignore = ["E501"] # example; let formatter handle line len
[tool.ruff.format]
quote-style = "preserve"
indent-style = "space"
indent-style = "space"