Skip to content

Commit

Permalink
Merge pull request #2152 from whirm/more_pylint_changes
Browse files Browse the repository at this point in the history
Work around pylint formatting bug
  • Loading branch information
whirm committed Apr 29, 2016
2 parents a06eb85 + 345fcea commit 89fcee3
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 @@ -139,7 +139,7 @@ generated-members=

# Spelling dictionary name. Available dictionaries: none. To make it working
# install python-enchant package.
spelling-dict=en
# spelling-dict=en # Disable it for now, breaks pylint due to non-ascii chars.

# To install required dictionary:
# sudo apt install aspell-en
Expand Down

0 comments on commit 89fcee3

Please sign in to comment.