Skip to content

Commit

Permalink
Merge pull request mantidproject#36036 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
rosswhitfield authored Sep 21, 2023
2 parents d4f83db + 9f80544 commit 4a2f8e2
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 @@ -40,14 +40,14 @@ repos:
#- id: cmake-lint <- not ready yet

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
rev: v0.0.290
# ruff must appear before black in the list of hooks
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
exclude: scripts/templates/reference/|Testing/Tools/cxxtest

0 comments on commit 4a2f8e2

Please sign in to comment.