|
|
|
|
|
by ndr
42 days ago
|
|
Yes it's that, in particular `duplicate-code`. `pylint . --disable=R0801` will work, `pylint profiling/ --enable=duplicate-code` doesn't seem to exit in a reasonable time. So that's likely hitting some pathological case, possibly accidentallyquadratic.tumblr.com material. |
|