Skip to content

Commit

Permalink
Bump black/black-nb and apply light lint on test_datagrid
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Dafna <i.b.dafna@gmail.com>
  • Loading branch information
ibdafna committed May 5, 2021
1 parent 8ac0870 commit 43726f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repos:
- id: pyupgrade
args: ['--py36-plus']
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.4b0
hooks:
- id: black
args: [--safe]
- repo: https://github.com/tomcatling/black-nb
rev: 0.4.0
rev: 0.5.0
hooks:
- id: black-nb
- repo: https://github.com/PyCQA/isort
Expand Down
4 changes: 2 additions & 2 deletions tests/test_datagrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_get_cell_value(datagrid: DataGrid) -> None:


def test_set_cell_value() -> None:
""" Cannot be tested without a running front end """
"""Cannot be tested without a running front end"""
pass


Expand All @@ -65,7 +65,7 @@ def get_cell_value_by_index(datagrid: DataGrid) -> None:


def test_set_cell_value_by_index() -> None:
""" Cannot be tested without a running front end """
"""Cannot be tested without a running front end"""
pass


Expand Down

0 comments on commit 43726f5

Please sign in to comment.