Skip to content

Commit

Permalink
fix: ignore W0707
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Dec 26, 2023
1 parent ab3e7e5 commit cb89ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ignore = migrations,CVS
max-line-length = 120

[pylint.messages_control]
disable = C0103
disable = C0103, W0707

[MESSAGES CONTROL]
enable =
Expand Down

0 comments on commit cb89ecb

Please sign in to comment.