Skip to content

Commit f8746f9

Browse files
authored
Add lower bound to shiboken6 dependency & uv lock (#185)
* Add explicit shiboken lower bound * Configure max file size and pytest order Add arguments to pre-commit hooks: set check-added-large-files to --maxkb=1024 (allow up to 1MB files) and pass --pytest-test-first to name-tests-test to prefer pytest-style test discovery. * Create uv.lock
1 parent fa4e71e commit f8746f9

3 files changed

Lines changed: 4447 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ repos:
33
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
6+
args: ['--maxkb=1024']
67
- id: check-yaml
78
- id: check-toml
89
- id: end-of-file-fixer
910
- id: name-tests-test
11+
args: ['--pytest-test-first']
1012
- id: trailing-whitespace
1113
- repo: https://github.com/astral-sh/ruff-pre-commit
1214
rev: v0.15.4

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)