Skip to content

Commit 5491159

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.2](rbubley/mirrors-prettier@v3.3.3...v3.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.2...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/henryiii/validate-pyproject-schema-store: 2024.10.21 → 2024.11.25](henryiii/validate-pyproject-schema-store@2024.10.21...2024.11.25) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
1 parent c0d694c commit 5491159

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ repos:
3434
- id: rst-inline-touching-normal
3535

3636
- repo: https://github.com/rbubley/mirrors-prettier
37-
rev: "v3.3.3"
37+
rev: "v3.4.2"
3838
hooks:
3939
- id: prettier
4040
types_or: [yaml, markdown, html, css, scss, javascript, json]
4141
args: [--prose-wrap=always]
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.7.2"
44+
rev: "v0.8.6"
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: "v1.13.0"
51+
rev: "v1.14.1"
5252
hooks:
5353
- id: mypy
5454
files: src|tests
@@ -82,12 +82,12 @@ repos:
8282
exclude: .pre-commit-config.yaml
8383

8484
- repo: https://github.com/henryiii/validate-pyproject-schema-store
85-
rev: "2024.10.21"
85+
rev: "2024.11.25"
8686
hooks:
8787
- id: validate-pyproject
8888

8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: "0.29.4"
90+
rev: "0.30.0"
9191
hooks:
9292
- id: check-dependabot
9393
- id: check-github-workflows

0 commit comments

Comments
 (0)