Bartosz Sokorski
Bartosz Sokorski
Could we remove only `setup.py` reading part and if `setup.cfg` doesn't provide enough info/is missing then fallback to build? I am reworking #7670 and the existing code from SetupReader could...
Please follow the issue template
Check `poetry new` command. This should help you with your needs.
By any chance, does `new-package` depend on some packages from `my-optional-group`? If so, the behavior is perfectly normal.
#8828 could make it into the release
#8929 release blocker
@liortct feel free to work on this and submit a PR
This is a bug in config listing via CLI. There is no option `virtualenv.name`. It's listed in the output of `poetry config --list` only because you put it in `poetry.toml`...
Honestly, I don't like this. The amount of false positives that we have to silence is just too high for my taste. I am all for doing some cleaning, but...
> Maybe a good compromise would be to activate this rule only for the package code, but not for the tests? For me, tests are an integral part of code,...