steve-mavens

Results 38 comments of steve-mavens

For my use case, I would want it to be the "minimum" in the same sense that `poetry update` gives you the "maximum": if everything at max is a valid...

Just a warning (of course ignore me if you like): if you define it now to overwrite the standard `poetry.lock` file, then changing it in future to write a separate...

Adding my one datapoint - I *mostly* would not actively use both environments on my development machine, just like I *mostly* don't have separate python3.8/3.9/3.10/3.11/3.12 environments for every component I...

I would be excited if "merging" with fakeredis meant that fakeredis gained a mode in which it behaves like redislite, in the sense of using the actual redis-py code, connected...

For @DetachHead 's example, it seems too strict that the variable `a` with type `"def () -> builtins.int"` is considered to be a call to an untyped function, when in...

Supposing that @rassie 's suggestion of a rules-listing command was implemented as `ruff list --not-selected`, perhaps other filters could be applied to the list. For example, `ruff list --not-selected --passing`...

"`ruff list --failing` is like `ruff check select=ALL`" - OK, now I've found `ruff check --statistics`.

Thanks very much! (1) sounds like unwarranted effort for you (and might make the changelog a bit spammy?) (2) is probably what I should do, or a short suffix list...

Oh, and I think another possible solution is to run a line of code to let tldextract get a fresh PSL in between installing the test environment (which obviously is...

Yes, sounds good. I've also seen (but IIRC never implemented) a variant on that where you put an interception layer in, and generate stub responses by capturing the responses from...