Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Updated ruff in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
aittalam committed Aug 6, 2024
1 parent bae01c1 commit 2a7609a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: ruff
run: |
. .venv/bin/activate
ruff --output-format=github .
ruff --output-format=github check .
continue-on-error: false

tests:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ repos:
- id: requirements-txt-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.2.1
rev: v0.5.6
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.2.1
rev: v0.5.6
hooks:
- id: ruff-format

0 comments on commit 2a7609a

Please sign in to comment.