diff options
| author | Dylan Araps <[email protected]> | 2018-03-16 08:31:10 +1100 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-03-16 08:31:10 +1100 |
| commit | e76887915fa8ca4bab27309da663f438a56fa8cb (patch) | |
| tree | 47d9dc928517e500eebb4a987c38cc3c6ff72fe2 | |
| parent | themes: -f with no args lists themes. (diff) | |
| download | pywal-e76887915fa8ca4bab27309da663f438a56fa8cb.tar.xz pywal-e76887915fa8ca4bab27309da663f438a56fa8cb.zip | |
travis: Fix linting
| -rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,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 # too-many-branches: # Disabled as it's a non-issue and only occurs in the # process_args() function. -disable=inconsistent-return-statements,too-many-branches +disable=inconsistent-return-statements,too-many-branches,too-many-statements [SIMILARITIES] ignore-imports=y |