mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
435d152423
* Fix bug introduced in new linter * Ignore this error * Fix more * Ignore boolean error too
5 lines
75 B
TOML
5 lines
75 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.ruff]
|
|
ignore = ["E501","E711","E712"] |