blakeblackshear.frigate/pyproject.toml
Nicolas Mowen 435d152423
Fix bug introduced in new linter (#6754)
* Fix bug introduced in new linter

* Ignore this error

* Fix more

* Ignore boolean error too
2023-06-11 07:18:47 -05:00

5 lines
75 B
TOML

[tool.isort]
profile = "black"
[tool.ruff]
ignore = ["E501","E711","E712"]