Skip to content

Commit

Permalink
Fix remaining black formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
karlch committed Jul 12, 2023
1 parent b0a41a8 commit ee4d0f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tests/unit/utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def cached_method_cls(mocker):
"""Fixture to retrieve a class with mock utilities and a cached method."""

class CachedMethodCls:

RESULT = 42

def __init__(self):
Expand Down Expand Up @@ -143,7 +142,6 @@ def test_parameter_names(function):
@pytest.mark.parametrize("type_hint", ("int", int))
def test_slot(type_hint):
class Dummy(QObject):

signal = pyqtSignal(int)

def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deps =
commands =
pylint vimiv scripts/pylint_checkers
{toxinidir}/scripts/lint_tests.py tests
black --check --diff vimiv tests scripts/pylint_checkers
black --check --diff --exclude ".*syntax_error.*" vimiv tests scripts/pylint_checkers
pydocstyle vimiv scripts/pylint_checkers
allowlist_externals =
{toxinidir}/scripts/lint_tests.py
Expand Down

0 comments on commit ee4d0f0

Please sign in to comment.