Skip to content

Commit

Permalink
Tweak list of good names for checking by pylint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Finney committed Feb 26, 2010
1 parent 9be3345 commit d97c7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint.conf
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$

# Good variable names which should always be accepted.
# (comma-separated list)
good-names=i,j,k,ex,Run,_
good-names=i,j,k,exc,fd,_

# Bad variable names which should always be refused.
# (comma-separated list)
Expand Down

0 comments on commit d97c7d1

Please sign in to comment.