Skip to content

Commit f7966c8

Browse files
ci(pre-commit.ci): autoupdate
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.8 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.8...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)
1 parent 17ec0d8 commit f7966c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ repos:
1010
- id: validate-pyproject
1111

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

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

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.14.8
25+
rev: v0.14.10
2626
hooks:
2727
- id: ruff-check
2828
args: ["--fix", "--unsafe-fixes"]
2929
- id: ruff-format
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.19.0
32+
rev: v1.19.1
3333
hooks:
3434
- id: mypy
3535
files: "^src/"

0 commit comments

Comments
 (0)