Skip to content

Commit

Permalink
fix: pylint update change way to load config
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Feb 9, 2024
1 parent 3806aaa commit b16a0f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ ignore = E501, W503
max-line-length = 120
statistics = True

[pylint]
[pylint.FORMAT]
ignore = migrations,CVS
generated-members = objects
max-line-length = 120

[MESSAGES CONTROL]
[pylint.MESSAGES CONTROL]
enable =
line-too-long,
syntax-error,
Expand Down

0 comments on commit b16a0f3

Please sign in to comment.