Skip to content

Commit 4939c89

Browse files
committed
Use github format for ruff
1 parent eb6a9b8 commit 4939c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ COPY requirements.txt .
77
RUN pip install -r requirements.txt --no-cache-dir
88
COPY . .
99

10-
CMD ruff check --extend-select I && pyright
10+
CMD ruff check --extend-select I --output-format=github && pyright

0 commit comments

Comments
 (0)