Skip to content

Commit

Permalink
Merge pull request #3873 from janezd/pylint-missing-comma
Browse files Browse the repository at this point in the history
pylint: Add a missing comma in disable
  • Loading branch information
janezd authored Jun 10, 2019
2 parents 8ef7474 + 2299f26 commit 102c0de
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 @@ -61,7 +61,7 @@ confidence=
# --disable=W"
disable=
missing-docstring, # I guess not
no-name-in-module, no-member # too many false positives from Qt
no-name-in-module, no-member, # too many false positives from Qt
too-many-ancestors, # I don't think this is a problem
no-else-return # else's may actually improve readability

Expand Down

0 comments on commit 102c0de

Please sign in to comment.