Skip to content

Commit 05315c7

Browse files
[pre-commit.ci] pre-commit autoupdate (#85)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 17247f9 commit 05315c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.15.4
8+
rev: v0.15.9
99
hooks:
1010
- id: ruff
1111
args: [--fix, --exit-non-zero-on-fix]
@@ -18,7 +18,7 @@ repos:
1818
- id: isort
1919

2020
- repo: https://github.com/codespell-project/codespell
21-
rev: v2.4.1
21+
rev: v2.4.2
2222
hooks:
2323
- id: codespell
2424
args: [--toml, pyproject.toml]
@@ -57,6 +57,6 @@ repos:
5757

5858
# this validates our github workflow files
5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 0.37.0
60+
rev: 0.37.1
6161
hooks:
6262
- id: check-github-workflows

0 commit comments

Comments
 (0)