Lie Ryan
Lie Ryan
Related tickets: https://github.com/python-rope/rope/issues/562
Closing. Not quite sure what this was about, but likely severely outdated as this was a ropemode issue.
I think there's a fairly easy workaround here, since staged files are taken into account, you just need to `git add` the migration files and lintmigrations will check them. pre-commit...
Hi @nicoolas25, thank you for the contribution. Adding this configuration would imply that there will be two conflicting configuration options with the `prefer_module_from_imports` and `prefer_global_from_imports` and both can't be set...
Hi @dimtsi, ropevim is in maintenance only mode. The current recommended way to use rope within vim is to use python-lsp-server with an LSP client. pylsp comes with builtin support...
There is a pull request that has the test cases and the fix for this issue: #9753. @atapin yeah, async generator dependency works, but it doesn't work for async regular...
Hi @julian-goettingen, thanks for the report. Yes, dealing with comments are generally rather tricky to get all the corner cases right, though this one seems to be more on the...
Hi @niqodea, thanks for writing this issue. Having a non-editor-centric API is a fairly common request, so I'd be open to pull requests implementing this. Would you like to take...
Hi @SomeoneSerge, we usually use a merge-based workflow, so a rebase is not usually necessary and I don't usually do a rebase before merging. But if the PR have too...
Thanks for testing and describing these corner cases. We may be able to create a new `InlineDescriptor` mechanism to implement something of this nature, but I don't know if this...