Jakub Kuczys

Results 160 comments of Jakub Kuczys

> As a long time maintainer of different flake8 tools - no one ever complained about performance It depends a lot on the size and count of files you lint...

You can just set version argument in the action to `

> I don't believe that will work right now since if [the version option is provided `==` is simply prefixed](https://github.com/psf/black/blob/main/action/main.py#L19), breaking version ranges. I'd be happy to change the action...

I added the documentation so it should be good to go now. Just let me know (or update the PR yourself) whether I should use `isdecimal()` or leave it as...

I'm unsure whether it's worth making the change if we're just going to switch it from include list to exclude list. I guess it at least means that new features...

I added an exclude list. Excluded: - THREE_DAY_THREAD_ARCHIVE (available to everyone since forum channels private beta) - SEVEN_DAY_THREAD_ARCHIVE (available to everyone since forum channels private beta) - NEW_THREAD_PERMISSIONS (rolled out...

I'm not sure something like "bool" or "int" tells a regular user (as in, not a developer) much and that's who we target with this document.

Most of these accept any number with or without fractional component but there's also `max_score` which only accepts integers. Do you think this could be improved in some way?

> Would it be worth a new issue to actually validate these, as at the moment anything would be accepted? They are validated, see #4571/#4659. As for the change, I'm...

The valid values for each of these are: - max_score: positive integer or 0 (>=0) - delay: positive decimal number (>0.0) - timeout: positive decimal number (>0.0) - payout_multiplier: positive...