Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffser committed Aug 5, 2024
1 parent 3a76254 commit f8be1da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[MASTER]

[MESSAGES CONTROL]
# Disable the undefined-variable warning
disable=undefined-variable
disable=C0301
disable=undefined-variable, missing-function-docstring

[FORMAT]
max-line-length=120

0 comments on commit f8be1da

Please sign in to comment.