Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Incompatible with ruff 0.5.0 #30

Description

@BenediktBurger

From the ruff changelog, the following is deprecated:
ruff <path>; use ruff check <path>

It seems, that this action relies on ruff <path>.

A fix should be simple:
In line

proc = run(["pipx", "run", req, *shlex.split(ARGS), *files_to_check])

add "check" between req (which contains the string "ruff" and the version) and the path, following thereafter.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions