map-machine/data/pylintrc
2021-11-08 03:27:36 +03:00

18 lines
202 B
INI

[MASTER]
disable=
C0415,
R0902,
R0903,
R0912,
R0913,
R0914,
W0511,
W1203,
too-many-return-statements
good-names=i,j,x,y,a,b,c,n
[SIMILARITIES]
ignore-imports=yes