Skip to content

Commit

Permalink
Pylint config doesn't allow comments in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed May 6, 2016
1 parent d216d0b commit 6a765b2
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 @@ -13,7 +13,7 @@ disable=no-self-use,
fixme,
no-value-for-parameter,
file-ignored,
wrong-import-order # Causes too many py2/3 false positives (diff. builtins).
wrong-import-order

enable=python3

Expand Down

0 comments on commit 6a765b2

Please sign in to comment.