map-machine/data/pylintrc
2022-05-16 03:13:21 +03:00

19 lines
213 B
INI

[MASTER]
disable=
E0401,
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