Skip to content

Commit 95ce4a5

Browse files
Update black (#9148)
1 parent 23d78c8 commit 95ce4a5

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ repos:
1717
- id: pyupgrade
1818
args:
1919
- --py39-plus
20-
- repo: https://github.com/psf/black
21-
rev: 24.8.0
20+
- repo: https://github.com/psf/black-pre-commit-mirror
21+
rev: 25.11.0
2222
hooks:
2323
- id: black
24-
language_version: python3
25-
args:
26-
- --target-version=py39
2724
- repo: https://github.com/pycqa/flake8
2825
rev: 7.1.1
2926
hooks:

distributed/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" This module contains utility functions to construct and manipulate counting
1+
"""This module contains utility functions to construct and manipulate counting
22
data structures for frames.
33
44
When performing statistical profiling we obtain many call stacks. We aggregate

distributed/shuffle/_rechunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def _split_partials_per_axis(old_to_new: list[Any]) -> tuple[tuple[_Partial, ...
664664

665665

666666
def _slice_new_chunks_into_partials(
667-
old_to_new: list[list[list[tuple[int, slice]]]]
667+
old_to_new: list[list[list[tuple[int, slice]]]],
668668
) -> SlicedAxes:
669669
"""Slice the new chunks into partials that can be computed separately"""
670670
sliced_axes = []

0 commit comments

Comments
 (0)