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