Skip to content

Commit 11e8e94

Browse files
chore(deps): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/crate-ci/typos: v1.44.0 → v1](crate-ci/typos@v1.44.0...v1)
1 parent 0b404b1 commit 11e8e94

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
@@ -29,7 +29,7 @@ repos:
2929
additional_dependencies: [black==24.*]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.15.8"
32+
rev: "v0.15.9"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix", "--show-fixes"]
@@ -43,7 +43,7 @@ repos:
4343
- id: rst-inline-touching-normal
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: "v1.19.1"
46+
rev: "v1.20.0"
4747
hooks:
4848
- id: mypy
4949
files: "(src|tests|noxfile.py)"
@@ -67,7 +67,7 @@ repos:
6767
args: [--prose-wrap=always]
6868

6969
- repo: https://github.com/crate-ci/typos
70-
rev: "v1.44.0"
70+
rev: "v1"
7171
hooks:
7272
- id: typos
7373
exclude: ^Gemfile\.lock$

0 commit comments

Comments
 (0)