mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-03 20:17:42 +03:00
Resolve ruff deprecation warning
The config has been split into formatter and linter, and the global options are deprecated.
This commit is contained in:
parent
f60e8ee76e
commit
5b51718990
@ -1,3 +1,3 @@
|
||||
[tool.ruff]
|
||||
[tool.ruff.lint]
|
||||
ignore = ["E501","E711","E712"]
|
||||
extend-select = ["I"]
|
||||
extend-select = ["I"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user