Hacker News new | ask | show | jobs
by mezyt 42 days ago
https://github.com/psf/black/tree/main/profiling
1 comments

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.