Skip to content

Commit

Permalink
Update .landscape.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodv committed May 14, 2016
1 parent d5cda6e commit 9b769d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .landscape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pep8:
- N806
pylint:
options:
# good-names: _,a,b,e,k,v,X,x,y,Xnum,Xcat,Xenc
good-names: _,a,b,e,k,v,X,x,y,Xnum,Xcat,Xenc
# Regular expression matching correct variable names
variable-rgx: "[a-z_][a-z0-9_]{1,30}$"
# Maximum number of arguments for function / method
Expand Down

0 comments on commit 9b769d6

Please sign in to comment.