Skip to content

Commit b33e644

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/rhysd/actionlint: v1.7.9 → v1.7.11](rhysd/actionlint@v1.7.9...v1.7.11) - [github.com/adhtruong/mirrors-typos: v1.40.0 → v1.44.0](adhtruong/mirrors-typos@v1.40.0...v1.44.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.8...v0.15.4) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent 7a1b25c commit b33e644

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@ ci:
55

66
repos:
77
- repo: https://github.com/abravalheri/validate-pyproject
8-
rev: v0.24.1
8+
rev: v0.25
99
hooks:
1010
- id: validate-pyproject
1111

1212
- repo: https://github.com/rhysd/actionlint
13-
rev: v1.7.9
13+
rev: v1.7.11
1414
hooks:
1515
- id: actionlint
1616
files: "^\\.github/workflows/.*\\.ya?ml$"
1717

1818
- repo: https://github.com/adhtruong/mirrors-typos
19-
rev: v1.40.0
19+
rev: v1.44.0
2020
hooks:
2121
- id: typos
2222
args: [--force-exclude] # omitting --write-changes
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.14.8
25+
rev: v0.15.4
2626
hooks:
2727
- id: ruff-check
2828
args: ["--fix", "--unsafe-fixes"]
2929
- id: ruff-format
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.19.0
32+
rev: v1.19.1
3333
hooks:
3434
- id: mypy
3535
files: "^src/"

0 commit comments

Comments
 (0)