Skip to content

Commit dfe3154

Browse files
chore: update string max lenght
1 parent 5ac3679 commit dfe3154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ruff configuration for CI/CD
2-
line-length = 88
2+
line-length = 100
33
target-version = "py37"
44

55
[lint]
@@ -13,6 +13,6 @@ select = [
1313
"UP", # pyupgrade
1414
]
1515
ignore = [
16-
"E501", # ignore line too long.
16+
"E501",
1717
"B008", # do not perform function calls in argument defaults
1818
]

0 commit comments

Comments
 (0)