Skip to content

Commit c0d694c

Browse files
chore: update pre-commit hooks (#61)
updates: - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.8...v0.7.2) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/henryiii/validate-pyproject-schema-store: 2024.09.23 → 2024.10.21](henryiii/validate-pyproject-schema-store@2024.09.23...2024.10.21) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.29.4](python-jsonschema/check-jsonschema@0.29.3...0.29.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent aef4790 commit c0d694c

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
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77
- repo: https://github.com/adamchainz/blacken-docs
8-
rev: "1.18.0"
8+
rev: "1.19.1"
99
hooks:
1010
- id: blacken-docs
1111
additional_dependencies: [black==23.*]
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: "v4.6.0"
14+
rev: "v5.0.0"
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -41,14 +41,14 @@ repos:
4141
args: [--prose-wrap=always]
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.6.8"
44+
rev: "v0.7.2"
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.11.2"
51+
rev: "v1.13.0"
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.09.23"
85+
rev: "2024.10.21"
8686
hooks:
8787
- id: validate-pyproject
8888

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

0 commit comments

Comments
 (0)