Skip to content

Commit c08c198

Browse files
[pre-commit.ci] pre-commit autoupdate (#120)
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 0449e55 commit c08c198

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
@@ -15,7 +15,7 @@ repos:
1515
- id: end-of-file-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.13.0
18+
rev: v1.14.0
1919
hooks:
2020
- id: mypy
2121
additional_dependencies:
@@ -27,14 +27,14 @@ repos:
2727
hooks:
2828
- id: dead
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.8.0
30+
rev: v0.8.4
3131
hooks:
3232
- id: ruff
3333
args:
3434
- --fix
3535
- --unsafe-fixes
3636
- id: ruff-format
3737
- repo: https://github.com/crate-ci/typos
38-
rev: typos-dict-v0.11.35
38+
rev: v1.28.4
3939
hooks:
4040
- id: typos

0 commit comments

Comments
Β (0)