Skip to content

Commit 19f8b0a

Browse files
authored
Merge branch 'main' into cy/feature-refactor-2026
2 parents c7d430b + f8746f9 commit 19f8b0a

3 files changed

Lines changed: 4446 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repos:
77
# These are safe to run in both local & CI (they don't require "fix vs check" split)
88
- id: check-added-large-files
99
stages: [pre-commit, manual]
10+
args: ['--maxkb=1024']
1011
- id: check-yaml
1112
stages: [pre-commit, manual]
1213
- id: check-toml

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"qtpy>=2.4",
3838
"scikit-image",
3939
"scipy",
40+
"shiboken6>=6.4.2",
4041
"tables",
4142
]
4243
[[project.authors]]

0 commit comments

Comments
 (0)