Switched to pure default Black config
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
parent
bf3a8340da
commit
274a870a6a
|
@ -14,5 +14,4 @@ async def frontend(path):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
print(app.url_map)
|
|
||||||
app.run(host="0.0.0.0")
|
app.run(host="0.0.0.0")
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
[tool.black]
|
|
||||||
line-length = 79
|
|
Reference in New Issue