Skip to content

Commit c420a9e

Browse files
chore: [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent f311b41 commit c420a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.8.1"
38+
rev: "v0.8.6"
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--show-fixes"]
@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies: [black==24.10.0]
5454

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

0 commit comments

Comments
 (0)