mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-03 20:17:42 +03:00
The config has been split into formatter and linter, and the global options are deprecated.
4 lines
71 B
TOML
4 lines
71 B
TOML
[tool.ruff.lint]
|
|
ignore = ["E501","E711","E712"]
|
|
extend-select = ["I"]
|