feat(line-length): update line length to 100 cols

This commit is contained in:
2024-03-28 18:12:39 +01:00
parent d51516bbbf
commit 2f6ff745c8
4 changed files with 13 additions and 4 deletions
+3 -1
View File
@@ -34,6 +34,8 @@ return {
flake8 = {
command = "flake8",
args = {
"--max-line-length=100",
"--max-doc-length=100",
"--format",
"%(row)d,%(col)d,%(code).1s,%(code)s: %(text)s",
"-",
@@ -131,7 +133,7 @@ return {
black = {
command = "black",
args = {
"--line-length", "80",
"--line-length", "100",
"--stdin-filename",
"%filename",
"--quiet",