ruff-check
Verified for current stable LTS
Ruff Check Command: Run Linter And Relint On Change
Use for run linter and relint on change with Ruff Check. Exact CLI syntax to run linter and relint on change using Ruff Check.
When to use this: Use for run linter and relint on change with Ruff Check.
Command Syntax
ruff check --watch ruff check --watch Command Breakdown
--watch- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run linter and relint on change using Ruff Check.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Ruff Check Command: Additionally Enable Specified Rules
ruff check --extend-select <rule_code1,rule_code2,...> Ruff Check Command: Apply Suggested Fixes In Place ruff check --fix Ruff Check Command: Disable Specified Rules ruff check --ignore <rule_code1,rule_code2,...> Ruff Check Command: Enable Specified Rules Ignoring Configuration ruff check --select <ALL|rule_code1,rule_code2,...> Ruff Check Command: Ignore Violations With Noqa ruff check --select <rule_code> --add-noqa