Skip to content

Commit 02e5d00

Browse files
chore(deps): update pre-commit hooks (#254)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/henryiii/validate-pyproject-schema-store: 2025.01.20 → 2025.02.03](henryiii/validate-pyproject-schema-store@2025.01.20...2025.02.03) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.1](python-jsonschema/check-jsonschema@0.30.0...0.31.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2e0172d commit 02e5d00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
additional_dependencies: [black==24.*]
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.8.6"
14+
rev: "v0.9.4"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix", "--show-fixes"]
@@ -60,7 +60,7 @@ repos:
6060
- types-PyYAML
6161

6262
- repo: https://github.com/codespell-project/codespell
63-
rev: v2.3.0
63+
rev: v2.4.1
6464
hooks:
6565
- id: codespell
6666
args: ["-Lhist,absense", "-w"]
@@ -79,12 +79,12 @@ repos:
7979
exclude: .pre-commit-config.yaml
8080

8181
- repo: https://github.com/henryiii/validate-pyproject-schema-store
82-
rev: 2025.01.20
82+
rev: 2025.02.03
8383
hooks:
8484
- id: validate-pyproject
8585

8686
- repo: https://github.com/python-jsonschema/check-jsonschema
87-
rev: 0.30.0
87+
rev: 0.31.1
8888
hooks:
8989
- id: check-dependabot
9090
- id: check-github-workflows

0 commit comments

Comments
 (0)