Skip to content

Commit 2176ae0

Browse files
chore: update pre-commit hooks (#22)
1 parent a39f353 commit 2176ae0

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.4.2"
39+
rev: "v3.5.3"
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.8.6"
46+
rev: "v0.11.4"
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.14.1"
53+
rev: "v1.15.0"
5454
hooks:
5555
- id: mypy
5656
files: src
@@ -59,7 +59,7 @@ repos:
5959
- pytest
6060

6161
- repo: https://github.com/codespell-project/codespell
62-
rev: "v2.3.0"
62+
rev: "v2.4.1"
6363
hooks:
6464
- id: codespell
6565

@@ -77,13 +77,13 @@ repos:
7777
exclude: .pre-commit-config.yaml
7878

7979
- repo: https://github.com/abravalheri/validate-pyproject
80-
rev: "v0.23"
80+
rev: "v0.24.1"
8181
hooks:
8282
- id: validate-pyproject
8383
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8484

8585
- repo: https://github.com/python-jsonschema/check-jsonschema
86-
rev: "0.30.0"
86+
rev: "0.32.1"
8787
hooks:
8888
- id: check-dependabot
8989
- id: check-github-workflows

0 commit comments

Comments
 (0)