Skip to content

Commit

Permalink
pre-commit missing --fix args to ruff check (#4552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Aug 12, 2024
1 parent fa10e36 commit 153c0fe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

0 comments on commit 153c0fe

Please sign in to comment.