Skip to content

Commit

Permalink
Removed spell check from pylint as default
Browse files Browse the repository at this point in the history
  • Loading branch information
nanonano committed Apr 25, 2023
1 parent 9e79093 commit 5b1c984
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 @@ -151,7 +151,7 @@ max-spelling-suggestions=4

# Spelling dictionary name. Available dictionaries: none. To make it work,
# install the 'python-enchant' package.
spelling-dict=en_GB
spelling-dict=

# 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 5b1c984

Please sign in to comment.