mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03: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:
+1
-1
@@ -2,4 +2,4 @@
|
||||
profile = "black"
|
||||
|
||||
[tool.ruff]
|
||||
ignore = ["E501"]
|
||||
ignore = ["E501","E711","E712"]
|
||||
Reference in New Issue
Block a user