Skip to content

Commit

Permalink
Suppress the update check in the ruff linter. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Dec 28, 2022
1 parent 6f6bb21 commit 13081d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-poetry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
run: poetry run black --check --diff .

- name: Semantic checks (ruff)
run: poetry run ruff .
# --quiet suppresses the update check.
run: poetry run ruff --quiet .

mypy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 13081d6

Please sign in to comment.