Skip to content

Commit 9a5b009

Browse files
committed
CI: use same line length limit for ruff and isort
This fixes some short line breaks enforced by isort.
1 parent 045da78 commit 9a5b009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ lines_between_types = 1
9898
lines_after_imports = 2
9999
multi_line_output = 5
100100
known_first_party = 'mesonpy'
101+
line_length = 127
101102

102103

103104
[tool.coverage.run]

0 commit comments

Comments
 (0)