Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dask/dask-mpi into rank-pla…
Browse files Browse the repository at this point in the history
…cement
  • Loading branch information
kmpaul committed Jul 2, 2024
2 parents bb352ca + 0ab8177 commit 7b567d6
Show file tree
Hide file tree
Showing 6 changed files with 1,189 additions and 514 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ exclude: 'docs/source/conf.py|versioneer.py'

repos:
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
3 changes: 1 addition & 2 deletions dask_mpi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
from .execute import execute, send_close_signal # noqa
from .initialize import initialize # noqa

__version__ = get_versions()["version"]
del get_versions
__version__ = _version.get_versions()["version"]
Loading

0 comments on commit 7b567d6

Please sign in to comment.