Skip to content

Commit 6522d59

Browse files
authored
Update pyproject.toml
Added black config line-length 127
1 parent a0d2740 commit 6522d59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ per-file-ignores = [
4545
max-line-length = 127
4646
count = true
4747

48+
[tool.black]
49+
line-length = 127
50+
4851
[tool.pylint.'MESSAGES CONTROL']
4952
disable = "no-member,protected-access,global-statement"
5053

0 commit comments

Comments
 (0)