Container with ruff installed.
Mount project directory to /code
and run ruff
command.
docker run -v `pwd`:/code zadoev/ruff-lint ruff src
see LICENSE
Packs ruff into docker image.
Container with ruff installed.
Mount project directory to /code
and run ruff
command.
docker run -v `pwd`:/code zadoev/ruff-lint ruff src
see LICENSE
Packs ruff into docker image.
MIT License