Skip to content

Commit 9ce8041

Browse files
ci(pre-commit.ci): autoupdate (#134)
updates: - [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 1d27df6 commit 9ce8041

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

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

1212
- repo: https://github.com/adhtruong/mirrors-typos
13-
rev: v1.40.0
13+
rev: v1.41.0
1414
hooks:
1515
- id: typos
1616
args: [--force-exclude] # omitting --write-changes
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.14.7
19+
rev: v0.14.10
2020
hooks:
2121
- id: ruff-check
2222
- id: ruff-format
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.19.0
25+
rev: v1.19.1
2626
hooks:
2727
- id: mypy
2828
files: "^src/"

0 commit comments

Comments
 (0)