Skip to content

Commit

Permalink
Fixed pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperAnonymous committed Feb 16, 2024
1 parent 98c2b00 commit 6757ad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ min-public-methods=0
[MESSAGES CONTROL]
# Disable the message "C0114: Missing module docstring"
# Disabled the message "W0511: fixme"
disable=C0114, W0511
# Disabled the message "R0913: Too many arguments"
disable=C0114, W0511, R0913

[FORMAT]
# Disabled the message "W0603: Using the global statement"
Expand Down

0 comments on commit 6757ad6

Please sign in to comment.