diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-10-17 15:20:01 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-10-17 15:20:01 +1100 |
| commit | 72e3c02a2b40f7d232688cce007a4161a10e54ab (patch) | |
| tree | 285acf0be93bddd2733e996256ca74459473eb4c /.pylintrc | |
| parent | 580f5b76bea82d31cf2c189b5db425c142d8cfec (diff) | |
general: fix lint
Diffstat (limited to '.pylintrc')
| -rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ good-names=i,j,k,n,x,y,fg,bg,r,g,b,i3,r1,r2,r3,g1,g2,g3,b1,b2,b3,h,s,v,l # too-many-statements: # Disabled as it's a non-issue and only occurs in the # process_args() function. -disable=inconsistent-return-statements,too-many-branches,too-many-statements +disable=inconsistent-return-statements,too-many-branches,too-many-statements,too-many-return-statements [SIMILARITIES] ignore-imports=y |
