Skip to content

Commit d6cb85c

Browse files
ci: [pre-commit.ci] autoupdate
updates: - [github.com/crate-ci/typos: dictgen-v0.3.1 → v1.30.0](crate-ci/typos@dictgen-v0.3.1...v1.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.9](astral-sh/ruff-pre-commit@v0.8.6...v0.9.9) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
1 parent 7f7a355 commit d6cb85c

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
@@ -5,12 +5,12 @@ ci:
55

66
repos:
77
- repo: https://github.com/crate-ci/typos
8-
rev: dictgen-v0.3.1
8+
rev: v1.30.0
99
hooks:
1010
- id: typos
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.8.6
13+
rev: v0.9.9
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
@@ -22,7 +22,7 @@ repos:
2222
- id: validate-pyproject
2323

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

0 commit comments

Comments
 (0)