bonsai - sort imports

This commit is contained in:
Andrej730
2026-01-26 17:11:12 +05:00
parent 1319391a6b
commit 953c5fddc6
524 changed files with 3338 additions and 2344 deletions
-5
View File
@@ -38,8 +38,3 @@ exclude = ["test*"]
[tool.ruff]
extend = "../../pyproject.toml"
[tool.ruff.lint]
ignore = [
"I", # import sorting - ignore it temporarily, still need to do some tests
]