瀏覽代碼

[isort] -> [lint.isort]

Kentaro Wada 11 月之前
父節點
當前提交
f476970b2f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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