Skip to content

Commit ad58f78

Browse files
authored
Update line length setting in pyproject.toml (#54)
Increase line length limit for Ruff from 88 to 120.
1 parent 6533882 commit ad58f78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extra_checks = true
6161

6262
[tool.ruff]
6363
include = ["*.py", "pyproject.toml", "*.ipynb"]
64-
line-length = 88
64+
line-length = 120
6565

6666
[tool.ruff.format]
6767
quote-style = "double"

0 commit comments

Comments
 (0)