Skip to content

Commit 167c64e

Browse files
d-chrisyozachar
authored andcommitted
changed line-length due doctest output
- bsc_address.py:20:101: E501 Line too long (103 > 100) - all tox env passed
1 parent 75da5b9 commit 167c64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ lint.select = [
145145
# pydocstyle
146146
"D",
147147
]
148-
line-length = 100
148+
line-length = 105
149149
target-version = "py38"
150150
extend-exclude = ["**/__pycache__", ".pytest_cache", "site"]
151151

0 commit comments

Comments
 (0)