Skip to content

Commit ffbfddd

Browse files
authored
Merge pull request #886 from nsidc/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents f6e2b72 + 6e2a9a1 commit ffbfddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ repos:
2828
- id: trailing-whitespace
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.7.2
31+
rev: v0.8.1
3232
hooks:
3333
- id: ruff
3434
args: ["--fix", "--exit-non-zero-on-fix"]
3535
- id: ruff-format
3636

3737
- repo: https://github.com/astral-sh/uv-pre-commit
38-
rev: "0.4.29"
38+
rev: "0.5.5"
3939
hooks:
4040
- id: uv-lock
4141

0 commit comments

Comments
 (0)