Skip to content

Commit

Permalink
Updates from SciTools/iris#5937 .
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed May 30, 2024
1 parent 4e2ecb8 commit 5ff81c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ minimum_pre_commit_version: 1.21.0

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
# Prevent giant files from being committed.
- id: check-added-large-files
Expand All @@ -28,7 +28,7 @@ repos:
- id: no-commit-to-branch

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.4"
rev: "v0.4.2"
hooks:
- id: ruff
types: [file, python]
Expand Down

0 comments on commit 5ff81c3

Please sign in to comment.