Skip to content

Commit

Permalink
Add subpkg and MyClass to spelling ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
Julfried committed Jan 5, 2025
1 parent 59a720e commit 85722e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ missing-member-max-choices=1
spelling-dict=

# List of comma separated words that should not be checked.
spelling-ignore-words=
spelling-ignore-words=subpkg,MyClass

# List of comma separated words that should be considered directives if they
# appear and the beginning of a comment and should not be checked.
Expand Down

0 comments on commit 85722e6

Please sign in to comment.