Browse Source

update black config

Clovis JAQUIN 2 years ago
parent
commit
087a2f22a7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pyproject.toml

+ 3 - 0
pyproject.toml

@@ -40,3 +40,6 @@ testpaths = ["app/tests"]
 
 [tool.isort]
 profile = "black"
+
+[tool.black]
+line-length = 100