Skip to content

Commit 58c72b6

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#2474)
* Update pre-commit hooks: - github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0 - github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3 - github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.2 - github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0
1 parent 08755e4 commit 58c72b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -35,13 +35,13 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.3.5"
38+
rev: "v0.4.3"
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--show-fixes"]
4242

4343
- repo: https://github.com/psf/black-pre-commit-mirror
44-
rev: 24.3.0
44+
rev: 24.4.2
4545
hooks:
4646
- id: black-jupyter
4747
types_or: [python, pyi, jupyter]
@@ -50,10 +50,10 @@ repos:
5050
rev: 1.16.0
5151
hooks:
5252
- id: blacken-docs
53-
additional_dependencies: [black==24.3.0]
53+
additional_dependencies: [black==24.4.2]
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.9.0
56+
rev: v1.10.0
5757
# check the oldest and newest supported Pythons
5858
hooks:
5959
- &mypy

0 commit comments

Comments
 (0)