Skip to content

Commit f11377b

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/crate-ci/typos: v1.34.0 → v1](crate-ci/typos@v1.34.0...v1) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.5...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.18.2](pre-commit/mirrors-mypy@v1.17.0...v1.18.2)
1 parent d6a1aef commit f11377b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ repos:
1414
- id: validate-pyproject
1515

1616
- repo: https://github.com/crate-ci/typos
17-
rev: v1.34.0
17+
rev: v1
1818
hooks:
1919
- id: typos
2020
args: [--force-exclude] # omitting --write-changes
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.12.5
23+
rev: v0.13.3
2424
hooks:
2525
- id: ruff-check
2626
args: [--fix, --unsafe-fixes]
2727
- id: ruff-format
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.17.0
30+
rev: v1.18.2
3131
hooks:
3232
- id: mypy
3333
files: "^src/"

0 commit comments

Comments
 (0)