fix(cli): correct typos in check command docstring#833
fix(cli): correct typos in check command docstring#833yeisonvargasf merged 1 commit intopyupio:mainfrom
Conversation
Fix "enviroment" → "environment" and add missing space after period in the deprecated check command's docstring. Relates to #574
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🚀 Artifacts — PR #833 by @stabrea (source: stabrea/safety)
Download the wheel file and binaries with gh CLI or from the workflow artifacts. 📦 Install & RunPre-requisites# Install uv if needed
curl -LsSf https://astral.sh/uv/install.sh | sh
# Create and enter artifacts directory
mkdir artifacts && cd artifactsQuick Test with Python Packagebash -c 'set -euo pipefail; echo; echo "WARNING: You are about to download and execute CI artifacts from PR #833 by @stabrea (source: stabrea/safety). Do NOT proceed unless you have reviewed the PR diff and trust the source."; echo; read -rp "Type I understand to continue: " C; [ "$C" = "I understand" ] || { echo "Aborted."; exit 1; }; gh run download 22042203410 -n dist -R pyupio/safety; uvx safety-*-py3-none-any.whl --version'Run other Safety commands as followsuvx safety-*-py3-none-any.whl auth status
uvx safety-*-py3-none-any.whl auth login
uvx safety-*-py3-none-any.whl scan
|
Summary
enviroment→environmentin thecheckcommand docstring2024.Find→2024. FindRelated Issue
Relates to #574 (Correct Typographical Errors)
Changes
Single line fix in
safety/cli.py— the deprecatedcheckcommand's docstring had a misspelled word and missing whitespace between sentences.