Skip to content

Commit 3c5c62c

Browse files
[pre-commit.ci] pre-commit autoupdate (#2261)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0dcc90f commit 3c5c62c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.9.3
17+
rev: v0.9.4
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
@@ -73,15 +73,15 @@ repos:
7373
files: ^docs/changelog.md$
7474

7575
- repo: https://github.com/codespell-project/codespell
76-
rev: v2.4.0
76+
rev: v2.4.1
7777
hooks:
7878
- id: codespell
7979
args: ["-L", "sur,assertin,hep", "-w"]
8080
exclude: ^docs/working-examples\.md$ # Autogenerated
8181

8282

8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: 0.31.0
84+
rev: 0.31.1
8585
hooks:
8686
- id: check-dependabot
8787
- id: check-github-actions

0 commit comments

Comments
 (0)