Skip to content

Commit 783f324

Browse files
[pre-commit.ci] pre-commit autoupdate (#1006)
updates: - [github.com/asottile/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.23](abravalheri/validate-pyproject@v0.20.2...v0.23) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.3](astral-sh/ruff-pre-commit@v0.6.9...v0.7.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0116fc6 commit 783f324

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
args: ["--target-version=py39"]
77

88
- repo: https://github.com/asottile/blacken-docs
9-
rev: 1.19.0
9+
rev: 1.19.1
1010
hooks:
1111
- id: blacken-docs
1212
args: ["--target-version=py39"]
@@ -30,13 +30,13 @@ repos:
3030
args: [--no-build-isolation]
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: "v1.11.2"
33+
rev: "v1.13.0"
3434
hooks:
3535
- id: mypy
3636
additional_dependencies: [cryptography>=3.4.0]
3737

3838
- repo: https://github.com/abravalheri/validate-pyproject
39-
rev: "v0.20.2"
39+
rev: "v0.23"
4040
hooks:
4141
- id: validate-pyproject
4242

@@ -59,7 +59,7 @@ repos:
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
6161
# Ruff version.
62-
rev: v0.6.9
62+
rev: v0.7.3
6363
hooks:
6464
# Run the linter.
6565
- id: ruff

0 commit comments

Comments
 (0)