mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-16 00:20:38 +00:00
docs
: update docker release version (#10218)
## Summary This PR updates the docker release version from `0.1.3` to `0.3.0` (latest), since `0.1.3` does not seem to exist anymore.
This commit is contained in:
parent
737fcfd79e
commit
c27e048ff2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ the latest release.
|
|||
|
||||
```shell
|
||||
docker run -v .:/io --rm ghcr.io/astral-sh/ruff check .
|
||||
docker run -v .:/io --rm ghcr.io/astral-sh/ruff:0.1.3 check .
|
||||
docker run -v .:/io --rm ghcr.io/astral-sh/ruff:0.3.0 check .
|
||||
```
|
||||
|
||||
[](https://repology.org/project/ruff-python-linter/versions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue