Skip to content

Commit

Permalink
fix: Reduce the line-length for ruff.lint to 100
Browse files Browse the repository at this point in the history
I strongly believe that the limit should be reduced, but feel free to
drop this commit if you disagree.

Signed-off-by: Phoevos Kalemkeris <[email protected]>
  • Loading branch information
phoevos committed Dec 19, 2024
1 parent 14c98fd commit e74b6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ version = {attr = "app.__version__"}
cms = "app.cli.cli:cmd_app"

[tool.ruff]
line-length = 120
line-length = 100
target-version = "py310"

[tool.ruff.lint]
Expand Down

0 comments on commit e74b6ec

Please sign in to comment.