Skip to content

Commit b3fce6f

Browse files
chore: update pre-commit hooks (#8)
updates: - [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [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.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1) - [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.23](abravalheri/validate-pyproject@v0.20.2...v0.23) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.30.0](python-jsonschema/check-jsonschema@0.29.3...0.30.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 73acc5a commit b3fce6f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: ^.cruft.json|.copier-answers.yml$
77

88
repos:
99
- repo: https://github.com/adamchainz/blacken-docs
10-
rev: "1.19.0"
10+
rev: "1.19.1"
1111
hooks:
1212
- id: blacken-docs
1313
additional_dependencies: [black==24.*]
@@ -36,21 +36,21 @@ repos:
3636
- id: rst-inline-touching-normal
3737

3838
- repo: https://github.com/rbubley/mirrors-prettier
39-
rev: "v3.3.3"
39+
rev: "v3.4.2"
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.6.9"
46+
rev: "v0.8.6"
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.11.2"
53+
rev: "v1.14.1"
5454
hooks:
5555
- id: mypy
5656
files: src|tests
@@ -72,13 +72,13 @@ repos:
7272
exclude: .pre-commit-config.yaml
7373

7474
- repo: https://github.com/abravalheri/validate-pyproject
75-
rev: "v0.20.2"
75+
rev: "v0.23"
7676
hooks:
7777
- id: validate-pyproject
7878
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7979

8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: "0.29.3"
81+
rev: "0.30.0"
8282
hooks:
8383
- id: check-dependabot
8484
- id: check-github-workflows

0 commit comments

Comments
 (0)