Pārlūkot izejas kodu

setup black/isort

justheuristic 3 gadi atpakaļ
vecāks
revīzija
c2f446a1f1
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 10 0
      pyproject.toml

+ 10 - 0
pyproject.toml

@@ -0,0 +1,10 @@
+[tool.black]
+line-length = 120
+required-version = "22.3.0"
+
+[tool.isort]
+profile = "black"
+line_length = 120
+combine_as_imports = true
+combine_star = true
+known_local_folder = ["tests", "cli"]