Skip to content

Commit

Permalink
Merge branch 'master' into rechunk_split
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Aug 16, 2024
2 parents 0ffbddf + 6f15645 commit 5206a3d
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 72 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
args: [--safe, --line-length=100, --preview]
Expand All @@ -24,7 +24,7 @@ repos:
- id: docformatter

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: [
Expand All @@ -33,7 +33,7 @@ repos:
]

- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8

Expand Down
Loading

0 comments on commit 5206a3d

Please sign in to comment.