nanobot-voice-interface/.ruff.toml

13 lines
172 B
TOML
Raw Normal View History

2026-03-14 20:21:44 -04:00
line-length = 100
target-version = "py311"
src = ["."]
exclude = [
"frontend",
".venv",
"__pycache__",
]
[lint]
select = ["E", "F", "I", "N", "W"]
ignore = ["E501"]