Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#538)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent c1c9e9a commit 60bc6c0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
args: [--safe, --quiet]
Expand Down
1 change: 0 additions & 1 deletion src/pytestqt/modeltest.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class _ChangeInFlight(enum.Enum):


class ModelTester:

"""A tester for Qt's QAbstractItemModels."""

def __init__(self, config):
Expand Down
1 change: 0 additions & 1 deletion src/pytestqt/qt_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
Based on from https://github.com/epage/PythonUtils.
"""


from collections import namedtuple, OrderedDict
import os
import sys
Expand Down
1 change: 0 additions & 1 deletion src/pytestqt/wait_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ def assert_not_emitted(self):


class CallbackBlocker:

"""
.. versionadded:: 3.1
Expand Down
1 change: 0 additions & 1 deletion tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ def test_qtbot_wait(qtbot, stop_watch):
@pytest.fixture
def event_recorder(qtbot):
class EventRecorder(qt_api.QtWidgets.QWidget):

"""
Widget that records some kind of events sent to it.
Expand Down

0 comments on commit 60bc6c0

Please sign in to comment.