Skip to content

Commit

Permalink
Bump ruff to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Apr 19, 2024
1 parent 8548bcd commit 9862822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ repos:
exclude: test-data/eclipse/parse/ERROR.PRT # exact format is needed for testing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.0
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.1
rev: v18.1.3
hooks:
- id: clang-format
args: [ --style=file, --Werror]
Expand Down

0 comments on commit 9862822

Please sign in to comment.