Skip to content

Commit

Permalink
Merge pull request #2108 from oxtopus/fix-pylintrc
Browse files Browse the repository at this point in the history
Remove dashes from pylintrc file.
  • Loading branch information
David Ragazzi committed May 7, 2015
2 parents 50b852f + fec4b90 commit 3f61416
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ argument-rgx=_?[a-z][A-Za-z0-9]*$

# Regular expression which should only match correct variable names
variable-rgx=_{0,2}[a-z][A-Za-z0-9]*$
-# Regular expression which should only match correct attribute names in class
-# bodies
-class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$

# Regular expression which should only match correct attribute names in class
# bodies
class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$

# Regular expression which should only match correct list comprehension /
# generator expression variable names
Expand Down

0 comments on commit 3f61416

Please sign in to comment.