Skip to content

Commit

Permalink
Merge pull request #333 from MetOffice/pre-commit-ad93bd97
Browse files Browse the repository at this point in the history
[CI] Update .pre-commit-config.yaml
  • Loading branch information
jfrost-mo authored Dec 18, 2023
2 parents 6de06c1 + 1a8e1e1 commit 10a46ff
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 @@ -6,7 +6,7 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: a6ff26895e5ae243a36999ba87eb6b4af3c202b3 # frozen: v0.1.7
rev: d7c4946c7c152163ce34efe35be4e1015d053edd # frozen: v0.1.8
hooks:
- id: ruff
args: [ --fix, --show-fixes, --exit-non-zero-on-fix ]
Expand All @@ -20,7 +20,7 @@ repos:
- tomli

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 34974913abb598ee76541db1900f24fde7dd1d76 # frozen: 23.11.0
rev: 05ba3518b6946b81f87b8c61f5025412e7c819dd # frozen: 23.12.0
hooks:
- id: black

Expand Down

0 comments on commit 10a46ff

Please sign in to comment.