Skip to content

Commit

Permalink
Merge branch 'develop' into more-than-three-channels
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneahmed authored Feb 2, 2024
2 parents e697b1d + a1feb25 commit 670ce45
Show file tree
Hide file tree
Showing 114 changed files with 23,486 additions and 23,348 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repos:
- id: rst-directive-colons # Detect mistake of rst directive not ending with double colon.
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst.
- repo: https://github.com/psf/black
rev: 23.12.1 # Replace with any tag/version: https://github.com/psf/black/tags
rev: 24.1.1 # Replace with any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.+
Expand All @@ -68,7 +68,7 @@ repos:
language: python
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.13
rev: v0.1.14
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
1,385 changes: 693 additions & 692 deletions benchmarks/annotation_nquery.ipynb

Large diffs are not rendered by default.

5,373 changes: 2,687 additions & 2,686 deletions benchmarks/annotation_store.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions benchmarks/annotation_store_alloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
```
"""

from __future__ import annotations

import argparse
Expand Down
Loading

0 comments on commit 670ce45

Please sign in to comment.