Skip to content

Commit 57d231e

Browse files
chore(deps): update pre-commit hooks (#1044)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.0...v0.11.4) - [github.com/henryiii/validate-pyproject-schema-store: 2025.03.10 → 2025.04.07](henryiii/validate-pyproject-schema-store@2025.03.10...2025.04.07) - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.32.1](python-jsonschema/check-jsonschema@0.31.3...0.32.1) <!--pre-commit.ci end--> --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 309b373 commit 57d231e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
exclude: "^tests"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.11.0
28+
rev: v0.11.4
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
@@ -129,12 +129,12 @@ repos:
129129
additional_dependencies: [cogapp]
130130

131131
- repo: https://github.com/henryiii/validate-pyproject-schema-store
132-
rev: 2025.03.10
132+
rev: 2025.04.07
133133
hooks:
134134
- id: validate-pyproject
135135

136136
- repo: https://github.com/python-jsonschema/check-jsonschema
137-
rev: 0.31.3
137+
rev: 0.32.1
138138
hooks:
139139
- id: check-dependabot
140140
- id: check-github-workflows

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test-meta = [
7070
"setuptools-scm",
7171
]
7272
test-numpy = [
73-
"numpy; python_version<'3.13' and platform_python_implementation!='PyPy'",
73+
"numpy; python_version<'3.14' and platform_python_implementation!='PyPy'",
7474
"numpy~=1.24.0; python_version=='3.8' and platform_python_implementation=='PyPy'",
7575
"numpy~=2.0.0; python_version=='3.9' and platform_python_implementation=='PyPy'",
7676
]
@@ -127,7 +127,6 @@ build.hooks.vcs.version-file = "src/scikit_build_core/_version.py"
127127

128128
[tool.uv]
129129
dev-dependencies = ["scikit-build-core[test,test-hatchling,test-meta,test-numpy,test-schema,cov,dev]"]
130-
pip.reinstall-package = ["scikit-build-core"]
131130
workspace.members = ["tmp/hello/hello"]
132131

133132

@@ -146,8 +145,9 @@ filterwarnings = [
146145
"default:check_home argument is deprecated and ignored.:DeprecationWarning", # Caused by setuptools sometimes
147146
"ignore::scikit_build_core._vendor.pyproject_metadata.errors.ConfigurationWarning",
148147
"ignore:'_UnionGenericAlias' is deprecated and slated for removal in Python 3.17:DeprecationWarning", # From cattrs 24.1.2 and other?
148+
"ignore:The 'wheel.metadata' package has been made private:DeprecationWarning",
149149
]
150-
log_cli_level = "info"
150+
log_cli_level = "INFO"
151151
pythonpath = ["tests/utils"]
152152
testpaths = ["tests"]
153153
markers = [

0 commit comments

Comments
 (0)