Randy Döring
Randy Döring
I'm closing this PR because it seems to be stale and at least partially superseded by other PRs. If you think it still contains something worth reviving, feel free to...
Unfortunately, I do not think so. #6969 is the only approach so far.
If `check_call` supports this keyword and mypy thinks it does not, this is probably a mypy/typeshed bug and we should just add a `type: ignore` (and even better additionally create...
@dimbleby Thanks for finding that out. @danyeaw Can you adopt the change from #9534 to see which warnings still need to be addressed, please?
> Is this one ready to merge now? We cannot do much about warnings in `site-packages` but there are still warnings that come from code in this repo. We should...
I will take a look at it next week and probably either deactivate the warning only merging the fixes or fix the remaining warnings.
I think all warnings in the poetry code base are fixed now. In other words, the only existing warnings are in site packages. @dimbleby Can you please take a look...
There is #9547 now, which is a complete overhaul of the plugins part of the Poc in #5740 and ready for review.
I'm a bit on the fence here. If we change `platform_release` from version-like to generic, packages that use it in a version-like way will not be supported anymore. Doing a...
I have not thought it through to the end yet, but a possible solution might be: - allow the operators ``, `=` in generic constraints - try to do version...