Skip to content

Commit 406fc2a

Browse files
[pre-commit.ci] pre-commit autoupdate (#332)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <[email protected]>
1 parent 851df9c commit 406fc2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qt_viz_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
# Avoid a problematic version of PySide6
154154
# https://wiki.qt.io/Qt_for_Python_Development_Notes#1._Juni_2023
155155
if [[ "$QT_LIB" == "PySide6" ]]; then
156-
QT_LIB_INSTALL="PySide6!=6.5.1,!=6.7.0,!=6.7.1,!=6.8.0,!=6.8.0.1"
156+
QT_LIB_INSTALL="PySide6!=6.5.1,!=6.7.0,!=6.7.1,!=6.8.0,!=6.8.0.1,!=6.9.1"
157157
else
158158
QT_LIB_INSTALL="$QT_LIB"
159159
fi

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.11.12
3+
rev: v0.11.13
44
hooks:
55
- id: ruff
66
args: ["--fix"]

0 commit comments

Comments
 (0)