File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ repos:
1111 - id : pyupgrade
1212 args : ['--py36-plus']
1313 - repo : https://github.com/psf/black
14- rev : 20.8b1
14+ rev : 21.4b0
1515 hooks :
1616 - id : black
1717 args : [--safe]
1818 - repo : https://github.com/tomcatling/black-nb
19- rev : 0.4 .0
19+ rev : 0.5 .0
2020 hooks :
2121 - id : black-nb
2222 - repo : https://github.com/PyCQA/isort
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def test_get_cell_value(datagrid: DataGrid) -> None:
5555
5656
5757def test_set_cell_value () -> None :
58- """ Cannot be tested without a running front end """
58+ """Cannot be tested without a running front end"""
5959 pass
6060
6161
@@ -65,7 +65,7 @@ def get_cell_value_by_index(datagrid: DataGrid) -> None:
6565
6666
6767def test_set_cell_value_by_index () -> None :
68- """ Cannot be tested without a running front end """
68+ """Cannot be tested without a running front end"""
6969 pass
7070
7171
You can’t perform that action at this time.
0 commit comments