Skip to content

Commit 4843496

Browse files
ci: [pre-commit.ci] autoupdate (#255)
* ci: [pre-commit.ci] autoupdate updates: - [github.com/crate-ci/typos: v1.33.1 → v1](crate-ci/typos@v1.33.1...v1) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.0...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1) * fix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <[email protected]>
1 parent 3f56dcd commit 4843496

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

1212
- repo: https://github.com/crate-ci/typos
13-
rev: v1.33.1
13+
rev: v1.35.4
1414
hooks:
1515
- id: typos
1616
args: [--force-exclude]
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.0
19+
rev: v0.12.8
2020
hooks:
2121
- id: ruff-check
2222
args: ["--fix", "--unsafe-fixes"]
2323
- id: ruff-format
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.16.1
26+
rev: v1.17.1
2727
hooks:
2828
- id: mypy
2929
files: "^src/"

0 commit comments

Comments
 (0)