Skip to content

Commit e350a28

Browse files
ci(pre-commit.ci): autoupdate (#133)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.7...v0.14.14) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1697c07 commit e350a28

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
@@ -15,7 +15,7 @@ repos:
1515
args: [--autofix]
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.7
18+
rev: v0.14.14
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --unsafe-fixes]
@@ -24,12 +24,12 @@ repos:
2424
# commented out until PEP 639 is supported\
2525
# https://github.com/abravalheri/validate-pyproject/issues/70
2626
- repo: https://github.com/abravalheri/validate-pyproject
27-
rev: v0.24.1
27+
rev: v0.25
2828
hooks:
2929
- id: validate-pyproject
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)