Skip to content

Commit aae5186

Browse files
committed
Revert line length back to 100
1 parent 3423878 commit aae5186

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ pytest = "^8.4.1"
2525
pytest-mock = "^3.14.1"
2626
pytest-cov = "^6.2.1"
2727

28+
[tool.ruff]
29+
line-length = 100
30+
2831
[tool.ruff.lint.per-file-ignores]
2932
"tests/*" = ["E712"]
3033

0 commit comments

Comments
 (0)