mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Reference more up to date version
This commit is contained in:
parent
516178ad8e
commit
5b81a03638
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ the latest release.
|
|||
|
||||
```console
|
||||
$ docker run -v .:/io -u "$(id -u):$(id -g)" --rm ghcr.io/astral-sh/ruff check
|
||||
$ docker run -v .:/io -u "$(id -u):$(id -g)" --rm ghcr.io/astral-sh/ruff:0.3.0 check
|
||||
$ docker run -v .:/io -u "$(id -u):$(id -g)" --rm ghcr.io/astral-sh/ruff:0.11.2 check
|
||||
|
||||
$ # Or, for Podman on SELinux.
|
||||
$ docker run -v .:/io:Z -u "$(id -u):$(id -g)" --rm ghcr.io/astral-sh/ruff check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue