Explorar el Código

[isort] -> [lint.isort]

Kentaro Wada hace 11 meses
padre
commit
f476970b2f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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