Skip to content

Commit

Permalink
Merge branch 'main' into fix-scalar-indexing-regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman authored May 14, 2024
2 parents 49e8c53 + 8264ace commit 36c6253
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
requirements:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default_language_version:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.4.3'
rev: 'v0.4.4'
hooks:
- id: ruff
- repo: https://github.com/psf/black
Expand Down

0 comments on commit 36c6253

Please sign in to comment.