Skip to content

Commit

Permalink
Merge branch 'main' into ig/fix_missing_elem_shape_dask
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold authored Feb 4, 2025
2 parents 8b2e208 + 8d7beab commit 6239f77
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.4
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -25,7 +25,7 @@ repos:
- id: no-commit-to-branch
args: ["--branch=main"]
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit 6239f77

Please sign in to comment.