Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ repos:
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/PyCQA/flake8
rev: '7.1.1'
rev: '7.1.2'
hooks:
- id: flake8
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: local
Expand Down
2 changes: 1 addition & 1 deletion odc/stats/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def bin_full_history(


def bin_annual(
cells: Dict[Tuple[int, int], Cell]
cells: Dict[Tuple[int, int], Cell],
) -> Dict[Tuple[str, int, int], List[CompressedDataset]]:
"""
Annual binning
Expand Down
Loading