mirror of
https://github.com/MarcA711/frigate-rockchip.git
synced 2025-12-24 13:38:00 +08:00
* 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"] |