Skip to content

Comments

fix(cli): correct typos in check command docstring#833

Merged
yeisonvargasf merged 1 commit intopyupio:mainfrom
stabrea:fix/typo-cli-docstring
Feb 17, 2026
Merged

fix(cli): correct typos in check command docstring#833
yeisonvargasf merged 1 commit intopyupio:mainfrom
stabrea:fix/typo-cli-docstring

Conversation

@stabrea
Copy link
Contributor

@stabrea stabrea commented Feb 15, 2026

Summary

  • Fixed misspelling: enviromentenvironment in the check command docstring
  • Added missing space after period: 2024.Find2024. Find

Related Issue

Relates to #574 (Correct Typographical Errors)

Changes

Single line fix in safety/cli.py — the deprecated check command's docstring had a misspelled word and missing whitespace between sentences.

Fix "enviroment" → "environment" and add missing space after period
in the deprecated check command's docstring.

Relates to #574
@coderabbitai
Copy link

coderabbitai bot commented Feb 15, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@safety-bot
Copy link
Contributor

🚀 Artifacts — PR #833 by @stabrea (source: stabrea/safety)

Security notice: You are viewing pre-release CI artifacts from PR #833 by @stabrea (source: stabrea/safety). These commands may execute code on your machine. Do NOT run them unless you have reviewed the PR diff and trust the source. The snippets include a confirmation prompt.

Download the wheel file and binaries with gh CLI or from the workflow artifacts.

📦 Install & Run

Pre-requisites

# Install uv if needed
curl -LsSf https://astral.sh/uv/install.sh | sh

# Create and enter artifacts directory
mkdir artifacts && cd artifacts

Quick Test with Python Package

bash -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 follows

uvx safety-*-py3-none-any.whl auth status
uvx safety-*-py3-none-any.whl auth login
uvx safety-*-py3-none-any.whl scan

Note: You need to be logged in to GitHub to access the artifacts.

Copy link
Member

@yeisonvargasf yeisonvargasf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@yeisonvargasf yeisonvargasf added documentation Indicates issues related to documentation improvements or updates. enhancement Suggests an improvement or new feature. labels Feb 17, 2026
@yeisonvargasf yeisonvargasf merged commit 2aecf79 into pyupio:main Feb 17, 2026
38 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Indicates issues related to documentation improvements or updates. enhancement Suggests an improvement or new feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants