Skip to content

Commit

Permalink
Upgrade pre-commit, ruff 0.9.3 -> 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Feb 3, 2025
1 parent 04fa89d commit 7c27a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
exclude: test-data/ert/eclipse/parse/ERROR.PRT # exact format is needed for testing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.4
hooks:
- id: ruff
args: [ --fix ]
Expand Down

0 comments on commit 7c27a9c

Please sign in to comment.