Skip to content

Commit e8ffb10

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.4...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1) - [github.com/rhysd/actionlint: v1.7.5 → v1.7.6](rhysd/actionlint@v1.7.5...v1.7.6)
1 parent aae43d4 commit e8ffb10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: check-merge-conflict
77
exclude: rst$
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.8.4
9+
rev: v0.8.6
1010
hooks:
1111
- id: ruff
1212
args: [--fix]
@@ -42,7 +42,7 @@ repos:
4242
- id: check-yaml
4343
- id: debug-statements
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.14.0
45+
rev: v1.14.1
4646
hooks:
4747
- id: mypy
4848
exclude: ^(docs|tests)/.*
@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: python-use-type-annotations
5555
- repo: https://github.com/rhysd/actionlint
56-
rev: v1.7.5
56+
rev: v1.7.6
5757
hooks:
5858
- id: actionlint-docker
5959
args:

0 commit comments

Comments
 (0)