mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 16:44:04 +01:00
pylint: fixes
This commit is contained in:
parent
435e4cd2a8
commit
44d8402e6e
@ -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:
|
# too-many-branches:
|
||||||
# Disabled as it's a non-issue and only occurs in the
|
# Disabled as it's a non-issue and only occurs in the
|
||||||
# process_args() function.
|
# process_args() function.
|
||||||
disable=inconsistent-return-statements,too-many-branches
|
disable=inconsistent-return-statements,too-many-branches,too-many-statements
|
||||||
|
|
||||||
[SIMILARITIES]
|
[SIMILARITIES]
|
||||||
ignore-imports=y
|
ignore-imports=y
|
||||||
|
Loading…
Reference in New Issue
Block a user