Skip to content

Commit 114685f

Browse files
author
Nico Thomaier
committed
fix(pylint): update max-line-length to 121 to match ruff configuration
1 parent 40bb972 commit 114685f

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
@@ -4,7 +4,7 @@ line-length = 121
44
lint.select = ["F", "E", "W", "I001"]
55

66
[tool.pylint]
7-
max-line-length = 120
7+
max-line-length = 121
88
disable = [
99
"C0103",
1010
"C0111",

0 commit comments

Comments
 (0)