frigate/pyproject.toml
Martin Weinelt 5b51718990
Resolve ruff deprecation warning
The config has been split into formatter and linter, and the global
options are deprecated.
2025-05-13 15:27:37 +02:00

4 lines
71 B
TOML

[tool.ruff.lint]
ignore = ["E501","E711","E712"]
extend-select = ["I"]