Skip to content

Commit 1e90319

Browse files
ci(pre-commit.ci): autoupdate (#409)
updates: - [github.com/rhysd/actionlint: v1.7.9 → v1.7.10](rhysd/actionlint@v1.7.9...v1.7.10) - [github.com/adhtruong/mirrors-typos: v1.40.0 → v1.41.0](adhtruong/mirrors-typos@v1.40.0...v1.41.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2c7ace5 commit 1e90319

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
@@ -12,26 +12,26 @@ repos:
1212
- id: validate-pyproject
1313

1414
- repo: https://github.com/rhysd/actionlint
15-
rev: v1.7.9
15+
rev: v1.7.10
1616
hooks:
1717
- id: actionlint
1818
files: "^\\.github/workflows/.*\\.ya?ml$"
1919

2020
- repo: https://github.com/adhtruong/mirrors-typos
21-
rev: v1.40.0
21+
rev: v1.41.0
2222
hooks:
2323
- id: typos
2424
args: [--force-exclude] # omitting --write-changes
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.14.7
27+
rev: v0.14.10
2828
hooks:
2929
- id: ruff-check
3030
args: [--fix, --unsafe-fixes]
3131
- id: ruff-format
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.19.0
34+
rev: v1.19.1
3535
hooks:
3636
- id: mypy
3737
exclude: tests|_throttler.pyi|_group.pyi

0 commit comments

Comments
 (0)