Skip to content

Commit 13081d6

Browse files
authored
Suppress the update check in the ruff linter. (#16)
1 parent 6f6bb21 commit 13081d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-poetry-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
run: poetry run black --check --diff .
3535

3636
- name: Semantic checks (ruff)
37-
run: poetry run ruff .
37+
# --quiet suppresses the update check.
38+
run: poetry run ruff --quiet .
3839

3940
mypy:
4041
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)