Skip to content

Commit

Permalink
feat: increase code line length to 120 ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schneider committed Dec 20, 2023
1 parent 25e0a19 commit 134949b
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 @@ -107,7 +107,7 @@ add-ignore = [
extension-pkg-allow-list = [
"lxml.etree",
]
max-line-length = 79
max-line-length = 120

[tool.pylint.messages_control]
disable = [
Expand Down

0 comments on commit 134949b

Please sign in to comment.