ruff-check
Verified for current stable LTS
Ruff Check Commands
Ruff Check command syntax with verified terminal examples.
Commands
7 commands for Ruff Check
ruff-check Operations
Ruff Check Command: Additionally Enable Specified Rules
ruff check --extend-select <rule_code1,rule_code2,...> ruff-check Operations
Ruff Check Command: Apply Suggested Fixes In Place
ruff check --fix ruff-check Operations
Ruff Check Command: Disable Specified Rules
ruff check --ignore <rule_code1,rule_code2,...> ruff-check Operations
Ruff Check Command: Enable Specified Rules Ignoring Configuration
ruff check --select <ALL|rule_code1,rule_code2,...> ruff-check Operations
Ruff Check Command: Ignore Violations With Noqa
ruff check --select <rule_code> --add-noqa ruff-check Operations
Ruff Check Command: Run Linter And Relint On Change
ruff check --watch ruff-check Operations
Ruff Check Command: Run Linter On Specific Files Or Directories
ruff check <path/to/file_or_directory1 path/to/file_or_directory2 ...> Suggest a Ruff Check Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Ruff Check workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.