Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsKue committed Feb 14, 2025
1 parent 98d0b35 commit 14f94e6
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,7 +14,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.9
rev: v0.9.6
hooks:
# Run the linter.
- id: ruff
Expand All @@ -28,7 +28,7 @@ repos:
# - id: nbqa-ruff
# args: [--ignore=E402] # E402: module level import not at top of file
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
# A bunch of other pre-defined hooks.
- id: check-yaml
Expand Down

0 comments on commit 14f94e6

Please sign in to comment.