We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi,
This is a feature request for the README on adding explicit instructions on how to select ruff linter rules or ignore rules, etc.
For example, I guessed the following but it is invalid:
- repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.8.2 hooks: # Run the linter. - id: ruff args: [--fix, --select, I]
Hi,
This is a feature request for the README on adding explicit instructions on how to select ruff linter rules or ignore rules, etc.
For example, I guessed the following but it is invalid: