Skip to content

Commit 4bed6ad

Browse files
ci: [pre-commit.ci] autoupdate
updates: - [github.com/crate-ci/typos: v1.31.1 → v1](crate-ci/typos@v1.31.1...v1) - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.7...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent 06c1bc4 commit 4bed6ad

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
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77
- repo: https://github.com/crate-ci/typos
8-
rev: v1.31.1
8+
rev: v1
99
hooks:
1010
- id: typos
1111
args: []
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.7
14+
rev: v0.11.12
1515
hooks:
1616
- id: ruff
1717
args: ["--fix", "--unsafe-fixes"]
@@ -23,7 +23,7 @@ repos:
2323
- id: validate-pyproject
2424

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

0 commit comments

Comments
 (0)