fpgmaas/deptry

Shouldn't this be `poetry` instead of `pdm`?

baggiponte opened this issue · 2 comments

Hello, just saw this running the -v option:

pyproject.toml found!
pyproject.toml does not contain a [tool.poetry.dependencies] section, so PDM is not used to specify the project's dependencies.
pyproject.toml contains a [tool.pdm.dev-dependencies] section, so PDM is used to specify the project's dependencies.

Shouldn't this be "so Poetry is not used"?

"pyproject.toml does not contain a [tool.poetry.dependencies] section, so PDM is not used to specify"

Indeed, that's definitely an oversight, thanks for spotting that.

If you are willing to make a pull request to fix that, will gladly review it, otherwise will fix that at a later time.

Would love to!