Skip to content

Add instructions in README for how to select ruff linter rules or ignore others #107

@jgarte

Description

@jgarte

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions