Skip to content

Commit 9772ce7

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/crate-ci/typos: v1.34.0 → v1](crate-ci/typos@v1.34.0...v1) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.15.15](astral-sh/ruff-pre-commit@v0.12.5...v0.15.15) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v2.1.0](pre-commit/mirrors-mypy@v1.17.0...v2.1.0)
1 parent 1ca2e37 commit 9772ce7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/abravalheri/validate-pyproject
12-
rev: v0.24.1
12+
rev: v0.25
1313
hooks:
1414
- id: validate-pyproject
1515

1616
- repo: https://github.com/crate-ci/typos
17-
rev: v1.34.0
17+
rev: v1
1818
hooks:
1919
- id: typos
2020
args: [--force-exclude] # omitting --write-changes
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.12.5
23+
rev: v0.15.15
2424
hooks:
2525
- id: ruff-check
2626
args: [--fix, --unsafe-fixes]
2727
- id: ruff-format
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.17.0
30+
rev: v2.1.0
3131
hooks:
3232
- id: mypy
3333
files: "^src/"

0 commit comments

Comments
 (0)