소스 검색

[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