Skip to content

Commit 4296eb9

Browse files
[pre-commit.ci] pre-commit autoupdate (#137)
updates: - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.0...v0.8.4) - [github.com/crate-ci/typos: typos-dict-v0.11.35 → v1.28.4](crate-ci/typos@typos-dict-v0.11.35...v1.28.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9e838fd commit 4296eb9

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
@@ -19,21 +19,21 @@ repos:
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.13.0
22+
rev: v1.14.0
2323
hooks:
2424
- id: mypy
2525
additional_dependencies:
2626
- types-toml
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.8.0
28+
rev: v0.8.4
2929
hooks:
3030
- id: ruff
3131
args:
3232
- --fix
3333
- --unsafe-fixes
3434
- id: ruff-format
3535
- repo: https://github.com/crate-ci/typos
36-
rev: typos-dict-v0.11.35
36+
rev: v1.28.4
3737
hooks:
3838
- id: typos
3939
- repo: local

0 commit comments

Comments
 (0)