Skip to content

Commit

Permalink
fix: line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Dec 26, 2023
1 parent 4e26faf commit 3b18311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ statistics = True
[pylint]
ignore = migrations,CVS

[pylint.FORMAT]
max-line-length = 120

[MESSAGES CONTROL]
enable =
line-too-long,
Expand Down

0 comments on commit 3b18311

Please sign in to comment.