Skip to content

Commit

Permalink
Merge branch 'main' into ig/backed_sparse_indexing_performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold authored Nov 15, 2023
2 parents 9ae39da + 1f5965b commit f3f9e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.1.4"
rev: "v0.1.5"
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit f3f9e74

Please sign in to comment.