Skip to content

Commit 4ae88a1

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.7.4 → v3.8.1](rbubley/mirrors-prettier@v3.7.4...v3.8.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.37.1](python-jsonschema/check-jsonschema@0.36.0...0.37.1)
1 parent 2a4790b commit 4ae88a1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ repos:
3636
- id: rst-inline-touching-normal
3737

3838
- repo: https://github.com/rbubley/mirrors-prettier
39-
rev: "v3.7.4"
39+
rev: "v3.8.1"
4040
hooks:
4141
- id: prettier
4242
types_or: [yaml, markdown, html, css, scss, javascript, json]
4343
args: [--prose-wrap=always]
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: "v0.14.10"
46+
rev: "v0.15.9"
4747
hooks:
4848
- id: ruff
4949
args: ["--fix", "--show-fixes"]
5050
- id: ruff-format
5151

5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: "v1.19.1"
53+
rev: "v1.20.0"
5454
hooks:
5555
- id: mypy
5656
files: src|tests
@@ -59,7 +59,7 @@ repos:
5959
- pytest
6060

6161
- repo: https://github.com/codespell-project/codespell
62-
rev: "v2.4.1"
62+
rev: "v2.4.2"
6363
hooks:
6464
- id: codespell
6565
args: ["--toml", "pyproject.toml"]
@@ -74,13 +74,13 @@ repos:
7474
exclude: .pre-commit-config.yaml
7575

7676
- repo: https://github.com/abravalheri/validate-pyproject
77-
rev: "v0.24.1"
77+
rev: "v0.25"
7878
hooks:
7979
- id: validate-pyproject
8080
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8181

8282
- repo: https://github.com/python-jsonschema/check-jsonschema
83-
rev: "0.36.0"
83+
rev: "0.37.1"
8484
hooks:
8585
- id: check-dependabot
8686
- id: check-github-workflows

0 commit comments

Comments
 (0)