Skip to content

Commit

Permalink
Merge pull request mantidproject#38566 from mantidproject/pre-commit-…
Browse files Browse the repository at this point in the history
…ci-update-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
SilkeSchomann authored Jan 7, 2025
2 parents 0b6966e + 0730390 commit bcdb196
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 @@ -24,7 +24,7 @@ repos:
exclude: .md5$|^external/|^tools/|Testing/Tools/cxxtest

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.5 # updating to a new version should wait until maintenance
rev: v19.1.6
hooks:
- id: clang-format
exclude: Testing/Tools/cxxtest|tools|qt/icons/resources/
Expand Down Expand Up @@ -59,7 +59,7 @@ repos:
)$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.8.6
# ruff must appear before black in the list of hooks
hooks:
- id: ruff
Expand Down

0 comments on commit bcdb196

Please sign in to comment.