Add line length specification

This commit is contained in:
Serene-Arc 2023-01-30 11:12:55 +10:00 committed by Serene-Arc
parent e5fe9ca1e5
commit 383fd9a612

View file

@ -1,10 +1,10 @@
[tool.black]
# line-length = 120
line-length = 80
[tool.isort]
profile = "black"
py_version = 36
multi_line_output = 3
# line_length = 120
line_length = 80
indent = 4