Skip to content

Commit 4bbda7f

Browse files
ci(pre-commit.ci): autoupdate (#115)
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.1 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.1...v0.12.11) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 166bf87 commit 4bbda7f

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

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

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.1
19+
rev: v0.12.11
2020
hooks:
2121
- id: ruff-check
2222
- id: ruff-format
2323

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

0 commit comments

Comments
 (0)