Skip to content

Commit 43726f5

Browse files
committed
Bump black/black-nb and apply light lint on test_datagrid
Signed-off-by: Itay Dafna <[email protected]>
1 parent 8ac0870 commit 43726f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

tests/test_datagrid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_get_cell_value(datagrid: DataGrid) -> None:
5555

5656

5757
def 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

6767
def 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

0 commit comments

Comments
 (0)