Skip to content

Commit e74b6ec

Browse files
committed
fix: Reduce the line-length for ruff.lint to 100
I strongly believe that the limit should be reduced, but feel free to drop this commit if you disagree. Signed-off-by: Phoevos Kalemkeris <phoevos.kalemkeris@ucl.ac.uk>
1 parent 14c98fd commit e74b6ec

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
@@ -77,7 +77,7 @@ version = {attr = "app.__version__"}
7777
cms = "app.cli.cli:cmd_app"
7878

7979
[tool.ruff]
80-
line-length = 120
80+
line-length = 100
8181
target-version = "py310"
8282

8383
[tool.ruff.lint]

0 commit comments

Comments
 (0)