mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 11:31:28 +08:00
Fix bug introduced in new linter (#6754)
* Fix bug introduced in new linter * Ignore this error * Fix more * Ignore boolean error too
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
profile = "black"
|
||||
|
||||
[tool.ruff]
|
||||
ignore = ["E501"]
|
||||
ignore = ["E501","E711","E712"]
|
Reference in New Issue
Block a user