Skip to content

Commit c3c5458

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/abravalheri/validate-pyproject: v0.16 → v0.25](abravalheri/validate-pyproject@v0.16...v0.25) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.3.4...v0.15.9) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 26.3.1](psf/black-pre-commit-mirror@24.3.0...26.3.1) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.20.0](pre-commit/mirrors-mypy@v1.9.0...v1.20.0)
1 parent d8db908 commit c3c5458

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
@@ -9,23 +9,23 @@ ci:
99

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

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.3.4
17+
rev: v0.15.9
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121

22-
- repo: https://github.com/psf/black
23-
rev: 24.3.0
22+
- repo: https://github.com/psf/black-pre-commit-mirror
23+
rev: 26.3.1
2424
hooks:
2525
- id: black
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.9.0
28+
rev: v1.20.0
2929
hooks:
3030
- id: mypy
3131
files: "^src/"

0 commit comments

Comments
 (0)