Skip to content

Commit bd35b98

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.7.4 → v3.9.4](rbubley/mirrors-prettier@v3.7.4...v3.9.4) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.20](astral-sh/ruff-pre-commit@v0.14.10...v0.15.20) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.1.0](pre-commit/mirrors-mypy@v1.19.1...v2.1.0) - [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.36.0 → 0.37.4](python-jsonschema/check-jsonschema@0.36.0...0.37.4)
1 parent 1aa364d commit bd35b98

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@ repos:
4242
- id: rst-inline-touching-normal
4343

4444
- repo: https://github.com/rbubley/mirrors-prettier
45-
rev: "v3.7.4"
45+
rev: "v3.9.4"
4646
hooks:
4747
- id: prettier
4848
types_or: [yaml, markdown, html, css, scss, javascript, json]
4949
args: [--prose-wrap=always]
5050
exclude: \.md|ci.yml
5151

5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.14.10"
53+
rev: "v0.15.20"
5454
hooks:
5555
- id: ruff-check
5656
args: ["--fix", "--show-fixes"]
5757
- id: ruff-format
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: "v1.19.1"
60+
rev: "v2.1.0"
6161
hooks:
6262
- id: mypy
6363
files: src|tests
@@ -67,7 +67,7 @@ repos:
6767
- types-requests
6868

6969
- repo: https://github.com/codespell-project/codespell
70-
rev: "v2.4.1"
70+
rev: "v2.4.2"
7171
hooks:
7272
- id: codespell
7373
additional_dependencies:
@@ -96,7 +96,7 @@ repos:
9696
additional_dependencies: ["validate-pyproject-schema-store[all]"]
9797

9898
- repo: https://github.com/python-jsonschema/check-jsonschema
99-
rev: "0.36.0"
99+
rev: "0.37.4"
100100
hooks:
101101
- id: check-dependabot
102102
- id: check-github-workflows

0 commit comments

Comments
 (0)