Bjorn Neergaard
Bjorn Neergaard
Looking closer, you need to use an application plugin entrypoint/the correct class, per [the docs](https://python-poetry.org/docs/plugins/#application-plugins): ``` [tool.poetry.plugins."poetry.application.plugin"] foo-command = "poetry_demo_plugin.plugin:MyApplicationPlugin" ```
There's certainly room to expand it, but I don't think we want to do so before we rework source handling as discussed in some PRs/issues on this tracker. In the...
Reopening to track the issue title
Hi, if you'd like to see a VHDL linter, feel free to send a pull request! As far as I am aware none of the regular contributors write VHDL regularly,...
I don't have time to look at this in depth yet, but I first suggest that you configure `virtualenvs.in-project` which will result in much shorter paths without other changes to...
I am unable to add the Keep label, but this PR is still "fresh" and I would like to merge it.
I updated the title to describe what is actually going on; overall I think our VCS support breaks when subdirectories or mismatched names are involved, and this may be a...
> This got broken with some version between 1.1.14 and 1.2.2 I don't think this assertion is correct per-se; mismatched names have always been an issue. We've added more features...
Related: #6958
Any chance you can see if you're still experiencing these symptoms on a more current release built with a newer Go version? We're not directly calling any of these system...