Skip to content

Commit a563e96

Browse files
chore: update pre-commit hooks (#6)
1 parent 850557e commit a563e96

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/adamchainz/blacken-docs
7-
rev: "1.16.0"
7+
rev: "1.18.0"
88
hooks:
99
- id: blacken-docs
1010
additional_dependencies: [black==24.*]
@@ -33,21 +33,21 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: "v3.1.0"
36+
rev: "v4.0.0-alpha.8"
3737
hooks:
3838
- id: prettier
3939
types_or: [yaml, markdown, html, css, scss, javascript, json]
4040
args: [--prose-wrap=always]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.4.1"
43+
rev: "v0.5.2"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
4747
- id: ruff-format
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: "v1.9.0"
50+
rev: "v1.10.1"
5151
hooks:
5252
- id: mypy
5353
files: src
@@ -56,7 +56,7 @@ repos:
5656
- pytest
5757

5858
- repo: https://github.com/codespell-project/codespell
59-
rev: "v2.2.6"
59+
rev: "v2.3.0"
6060
hooks:
6161
- id: codespell
6262

@@ -74,13 +74,13 @@ repos:
7474
exclude: .pre-commit-config.yaml
7575

7676
- repo: https://github.com/abravalheri/validate-pyproject
77-
rev: "v0.16"
77+
rev: "v0.18"
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.28.2"
83+
rev: "0.29.0"
8484
hooks:
8585
- id: check-dependabot
8686
- id: check-github-workflows

0 commit comments

Comments
 (0)