5 ms·
https://github.com/psf/black/tree/main/profiling https://github.com/psf/black/tree/main/profiling
by mezyt 3mo ago
https://github.com/psf/black/tree/main/profiling https://github.com/psf/black/tree/main/profiling
- ndr 3mo agoYes 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.