Files
frigate/pyproject.toml
T

7 lines
171 B
TOML
Raw Normal View History

2026-07-06 09:28:02 -08:00
[tool.ruff]
target-version = "py311"
2025-05-13 16:27:20 +02:00
[tool.ruff.lint]
2026-07-06 09:28:02 -08:00
ignore = ["E501","E711","E712","UP031","UP032","UP042","G004"]
extend-select = ["I", "UP", "G", "ASYNC210", "B904"]