Skip to content

Commit 661d076

Browse files
chore(deps): update pre-commit hooks (#1245)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.0...v0.15.4) - [github.com/crate-ci/typos: v1.43.1 → v1](crate-ci/typos@v1.43.1...v1) - [github.com/henryiii/validate-pyproject-schema-store: 2026.01.22 → 2026.03.02](henryiii/validate-pyproject-schema-store@2026.01.22...2026.03.02) - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.37.0](python-jsonschema/check-jsonschema@0.36.1...0.37.0) - [github.com/scientific-python/cookie: 2025.11.21 → 2026.03.02](scientific-python/cookie@2025.11.21...2026.03.02) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent aa17220 commit 661d076

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.15.0
28+
rev: v0.15.4
2929
hooks:
3030
- id: ruff-check
3131
args: ["--fix"]
@@ -99,7 +99,7 @@ repos:
9999
- hatch-vcs
100100

101101
- repo: https://github.com/crate-ci/typos
102-
rev: v1.43.1
102+
rev: v1.44.0
103103
hooks:
104104
- id: typos
105105
args: []
@@ -132,12 +132,12 @@ repos:
132132
additional_dependencies: ["cogapp>=3.5"]
133133

134134
- repo: https://github.com/henryiii/validate-pyproject-schema-store
135-
rev: 2026.01.22
135+
rev: 2026.03.02
136136
hooks:
137137
- id: validate-pyproject
138138

139139
- repo: https://github.com/python-jsonschema/check-jsonschema
140-
rev: 0.36.1
140+
rev: 0.37.0
141141
hooks:
142142
- id: check-dependabot
143143
- id: check-github-workflows
@@ -151,6 +151,6 @@ repos:
151151
- id: validate-cff
152152

153153
- repo: https://github.com/scientific-python/cookie
154-
rev: 2025.11.21
154+
rev: 2026.03.02
155155
hooks:
156156
- id: sp-repo-review

0 commit comments

Comments
 (0)