Skip to content

Commit 60bc6c0

Browse files
[pre-commit.ci] pre-commit autoupdate (#538)
* [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>
1 parent c1c9e9a commit 60bc6c0

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: pyupgrade
2121
- repo: https://github.com/psf/black
22-
rev: 23.12.1
22+
rev: 24.1.1
2323
hooks:
2424
- id: black
2525
args: [--safe, --quiet]

src/pytestqt/modeltest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ class _ChangeInFlight(enum.Enum):
6565

6666

6767
class ModelTester:
68-
6968
"""A tester for Qt's QAbstractItemModels."""
7069

7170
def __init__(self, config):

src/pytestqt/qt_compat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Based on from https://github.com/epage/PythonUtils.
99
"""
1010

11-
1211
from collections import namedtuple, OrderedDict
1312
import os
1413
import sys

src/pytestqt/wait_signal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,6 @@ def assert_not_emitted(self):
616616

617617

618618
class CallbackBlocker:
619-
620619
"""
621620
.. versionadded:: 3.1
622621

tests/test_basics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ def test_qtbot_wait(qtbot, stop_watch):
385385
@pytest.fixture
386386
def event_recorder(qtbot):
387387
class EventRecorder(qt_api.QtWidgets.QWidget):
388-
389388
"""
390389
Widget that records some kind of events sent to it.
391390

0 commit comments

Comments
 (0)