Browse Source

[isort] -> [lint.isort]

Kentaro Wada 11 tháng trước cách đây
mục cha
commit
f476970b2f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ruff.toml

+ 1 - 1
ruff.toml

@@ -29,5 +29,5 @@ skip-magic-trailing-comma = false
 # Like Black, automatically detect the appropriate line ending.
 line-ending = "auto"
 
-[isort]
+[lint.isort]
 force-single-line = true