LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

poetry-check

Validate pyproject.toml configuration

TLDR

Check pyproject.toml validity
$ poetry check
copy
Check with lock file validation
$ poetry check --lock
copy

SYNOPSIS

poetry check [options]

DESCRIPTION

poetry check validates the structure and content of the pyproject.toml file, ensuring that required fields are present and properly formatted. It catches configuration errors before they cause problems during install or build operations.The --lock option additionally verifies that the poetry.lock file is consistent with pyproject.toml and up-to-date. This is useful in CI pipelines to ensure the lock file hasn't drifted.

PARAMETERS

--lock

Also validate poetry.lock file.

INSTALL

sudo dnf install poetry
copy
sudo apk add poetry
copy
brew install poetry
copy
nix profile install nixpkgs#poetry
copy

CAVEATS

Only checks syntax and structure. Does not verify dependencies exist.

HISTORY

poetry check provides configuration validation for Poetry projects.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid