Skip to content

Commit

Permalink
Set docs line length to 88 in .flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Nov 14, 2024
1 parent ae0b106 commit 0db0545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[flake8]
max-line-length = 88
max-doc-length = 79
max-doc-length = 88
ignore =
# Too many leading '#' for block comment
E266,
Expand Down

0 comments on commit 0db0545

Please sign in to comment.