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]