Skip to content

Commit b8e9001

Browse files
authored
Merge pull request #97 from 2lambda123/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 072fccb + e071008 commit b8e9001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ repos:
2727
exclude: (.bumpversion.cfg|yarn.js)
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema
30-
rev: 0.30.0
30+
rev: 0.31.1
3131
hooks:
3232
- id: check-github-workflows
3333

3434
# Check ruff version is aligned with the one in pyproject.toml
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.8.6
36+
rev: v0.9.4
3737
hooks:
3838
- id: ruff
3939
args: ["--fix"]

0 commit comments

Comments
 (0)