Skip to content

Commit ce1ec32

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.4...v0.9.2) - [github.com/crate-ci/typos: v1.28.4 → dictgen-v0.3.1](crate-ci/typos@v1.28.4...dictgen-v0.3.1)
1 parent c08c198 commit ce1ec32

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
@@ -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.14.0
18+
rev: v1.14.1
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.4
30+
rev: v0.9.2
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: v1.28.4
38+
rev: dictgen-v0.3.1
3939
hooks:
4040
- id: typos

0 commit comments

Comments
 (0)