Add Pylint rcfile.

This commit is contained in:
Sergey Vartanov 2021-11-08 02:22:05 +03:00
parent 868a417afc
commit d2b208ea51

14
data/pylintrc Normal file
View file

@ -0,0 +1,14 @@
[MASTER]
disable=
C0415,
R0902,
R0903,
R0912,
R0913,
R0914,
W0511,
W1203,
too-many-return-statements
good-names=i,j,x,y,a,b,c,n