Skip to content

Commit

Permalink
Add trailing comma to disabled list
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Nov 19, 2019
1 parent f07f10b commit 22dec80
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 @@ -137,7 +137,7 @@ disable=print-statement,
super-init-not-called,
ungrouped-imports,
no-else-return,
useless-object-inheritance
useless-object-inheritance,

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit 22dec80

Please sign in to comment.