376 B
376 B
poetry check
Manage Poetry file validation and consistency. See also:
asdf. More information: https://python-poetry.org/docs/cli/#check.
- Check validation and consistency between
pyproject.tomlandpoetry.lockfor Poetry:
poetry check
- Verify that
poetry.lockexists:
poetry check --lock
- Fail if warnings are reported:
poetry check --strict