blob: b06619765117ef4db3b2f9f41e45289734436434 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[BASIC]
good-names=i,j,k,n,x,y,fg,bg,r,g,b
[MESSAGES CONTROL]
# inconsistent-return-statements:
# Disabled as it's a false-positive and a bug in pylint.
# 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
|