Skip to content

Commit d4dfb23

Browse files
ci(pre-commit.ci): autoupdate (#666)
updates: - [github.com/crate-ci/typos: typos-v0.10.26 → v1.23.6](crate-ci/typos@typos-v0.10.26...v1.23.6) - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.4...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
1 parent 2cf83ed commit d4dfb23

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
@@ -10,18 +10,18 @@ repos:
1010
- id: validate-pyproject
1111

1212
- repo: https://github.com/crate-ci/typos
13-
rev: typos-v0.10.26
13+
rev: v1.23.6
1414
hooks:
1515
- id: typos
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.5.4
18+
rev: v0.5.6
1919
hooks:
2020
- id: ruff
2121
args: ["--fix"]
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.11.0
24+
rev: v1.11.1
2525
hooks:
2626
- id: mypy
2727
files: "^src/"

0 commit comments

Comments
 (0)