Skip to content

Commit e9f23a4

Browse files
committed
⚫ Fade to black.
1 parent 2d58d54 commit e9f23a4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: stable
3+
rev: 20.8b1
44
hooks:
55
- id: black
66

jaraco/itertools.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,10 @@ def partition_dict(items, key):
11511151
"""
11521152

11531153
def unmatched(pair):
1154-
(test_key, item,) = pair
1154+
(
1155+
test_key,
1156+
item,
1157+
) = pair
11551158
return test_key != key
11561159

11571160
items_iter = iter(items.items())

0 commit comments

Comments
 (0)