Skip to content

Commit

Permalink
Update pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Jun 13, 2024
1 parent b844a05 commit c362363
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.4.2
rev: v0.4.8
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format

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

0 comments on commit c362363

Please sign in to comment.