Skip to content

Commit 6c860ad

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#456)
2 parents 1cc3901 + 546da77 commit 6c860ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ repos:
66
pass_filenames: true
77
exclude: _vendor|vendored|examples
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.0.281
9+
rev: v0.0.287
1010
hooks:
1111
- id: ruff
1212
exclude: _vendor|vendored
1313
- repo: https://github.com/python-jsonschema/check-jsonschema
14-
rev: 0.23.3
14+
rev: 0.26.3
1515
hooks:
1616
- id: check-github-workflows
1717
- repo: https://github.com/pre-commit/pre-commit-hooks

qtpy/uic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def loadUi(uifile, baseinstance=None, workingDirectory=None):
247247

248248
if PYSIDE2:
249249

250-
def loadUiType(uifile, from_imports=False): # noqa: F811
250+
def loadUiType(uifile, from_imports=False):
251251
"""Load a .ui file and return the generated form class and
252252
the Qt base class.
253253

0 commit comments

Comments
 (0)