@@ -192,10 +192,10 @@ good-names=a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w,
192192 p0, p1, p2, p3, v0, v1, v2, v3, vt, ci,
193193 xMin, xMax, yMin, yMax, offset, offsetX, offsetY, newX, newY,
194194 cx, cy, vx, vy, dx, dy, rt, xn, yn, xs, ys, xv, yv,
195- id, df, pt, ptX, ptY, px, py, rx, ry, sx, sy,
196- xa, ya, za, xb, yb, zb, xc, yc, zc,zx,zy,
197- xl,xr,yl,yr,xr,yr,
198- ka,kb,k0,k1,k2,k3,kv, xm, ym,
195+ id, df, pt, ptX, ptY, px, py, rx, ry, sx, sy,
196+ xa, ya, za, xb, yb, zb, xc, yc, zc,zx,zy,
197+ xl,xr,yl,yr,xr,yr,
198+ ka,kb,k0,k1,k2,k3,kv, xm, ym,
199199 R0,R1,R3,rMin,rMax,
200200 ex, up,
201201 Run,
@@ -297,7 +297,7 @@ ignored-parents=
297297max-args =10
298298
299299# Maximum number of attributes for a class (see R0902).
300- max-attributes =12
300+ max-attributes =30
301301
302302# Maximum number of boolean expressions in an if statement (see R0916).
303303max-bool-expr =5
@@ -441,15 +441,16 @@ disable=raw-checker-failed,
441441 unbalanced-tuple-unpacking,
442442 C0103,
443443 C0116,
444- W0612
444+ W0612,
445+ W0613,
446+ W0611
445447
446448# Enable the message, report, category or checker with the given id(s). You can
447449# either give multiple identifier separated by comma (,) or put this option
448450# multiple time (only on the command line, not in the configuration file where
449451# it should appear only once). See also the "--disable" option for examples.
450452enable =c-extension-no-member
451453
452- 453454[METHOD_ARGS]
454455
455456# List of qualified names (i.e., library.method) which require a timeout
0 commit comments