Skip to content

Commit 6fd6135

Browse files
committed
Limit line length to 100
1 parent 1b9612e commit 6fd6135

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
@@ -50,7 +50,7 @@ sections = "FUTURE,STDLIB,TYPING,THIRDPARTY,FIRSTPARTY,LOCALFOLDER"
5050

5151
[tool.ruff]
5252
target-version = "py38"
53-
line-length = 120
53+
line-length = 100
5454

5555
[tool.ruff.format]
5656
quote-style = "single"

0 commit comments

Comments
 (0)