Skip to content

Commit

Permalink
Merge pull request #851 from MetOffice/pre-commit-9f4dd1ba
Browse files Browse the repository at this point in the history
[CI] Update pre-commit hooks
  • Loading branch information
jfrost-mo authored Oct 10, 2024
2 parents 83f654f + 205a73a commit f9baf33
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 @@ -14,14 +14,14 @@ repos:

- repo: https:/astral-sh/ruff-pre-commit
# Ruff version.
rev: 9f089bd3b7591566aef707c4e144ea2ceedf7de2 # frozen: v0.6.7
rev: 75b98813cfb7e663870a28c74366a1e99d7bfe79 # frozen: v0.6.9
hooks:
- id: ruff
args: [ --fix, --show-fixes, --exit-non-zero-on-fix ]
- id: ruff-format

- repo: https:/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: check-added-large-files
args: ['--maxkb=10240']
Expand Down

0 comments on commit f9baf33

Please sign in to comment.