enable inline import alert and fix inline imports (#2856)

This commit is contained in:
Shuchang Zheng
2025-07-01 12:48:00 -07:00
committed by GitHub
parent 47f9f1dabb
commit 41f77a40c8
7 changed files with 13 additions and 18 deletions

View File

@@ -143,6 +143,9 @@ exclude = [
line-length = 120
target-version = "py311"
[tool.ruff.lint]
extend-select = ["PLC0415"]
[tool.isort]
profile = "black"
multi_line_output = 3