We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6a9b8 commit 4939c89Copy full SHA for 4939c89
Dockerfile.lint
@@ -7,4 +7,4 @@ COPY requirements.txt .
7
RUN pip install -r requirements.txt --no-cache-dir
8
COPY . .
9
10
-CMD ruff check --extend-select I && pyright
+CMD ruff check --extend-select I --output-format=github && pyright
0 commit comments