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:
Nicolas Mowen
2023-06-11 06:18:47 -06:00
committed by GitHub
parent d3949eebfa
commit 435d152423
6 changed files with 13 additions and 13 deletions

View File

@@ -2,4 +2,4 @@
profile = "black"
[tool.ruff]
ignore = ["E501"]
ignore = ["E501","E711","E712"]