Skip to content

Commit 47b7c84

Browse files
committed
Update black version, fix serialziation bug
Signed-off-by: Itay Dafna <[email protected]>
1 parent a1551e1 commit 47b7c84

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: 21.12b0
24+
rev: 22.3.0
2525
hooks:
2626
- id: black
2727
args: [ --safe ]

ipydatagrid/datagrid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ class DataGrid(DOMWidget):
351351
selections = List(Dict()).tag(sync=True)
352352
editable = Bool(False).tag(sync=True)
353353
column_widths = Dict({}).tag(sync=True, **_data_serialization)
354-
column_widths = Dict({}).tag(sync=True)
355354
grid_style = Dict(allow_none=True).tag(
356355
sync=True, **_widgets_dict_serialization
357356
)

0 commit comments

Comments
 (0)