Skip to content

Commit c9aa899

Browse files
authored
chore: set cython max line length to 110 (#1513)
1 parent d54da2d commit c9aa899

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
@@ -198,5 +198,5 @@ build-backend = "poetry.core.masonry.api"
198198
ignore-words-list = ["additionals", "HASS"]
199199

200200
[tool.cython-lint]
201-
max-line-length = 88
201+
max-line-length = 110
202202
ignore = ['E501'] # too many to fix right now

0 commit comments

Comments
 (0)