Skip to content

Commit 08397e8

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/abravalheri/validate-pyproject: v0.16 → v0.24.1](abravalheri/validate-pyproject@v0.16...v0.24.1) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.12.11](astral-sh/ruff-pre-commit@v0.3.4...v0.12.11) - [github.com/psf/black: 24.3.0 → 25.1.0](psf/black@24.3.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.17.1](pre-commit/mirrors-mypy@v1.9.0...v1.17.1)
1 parent 5504f44 commit 08397e8

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

1010
repos:
1111
- repo: https://github.com/abravalheri/validate-pyproject
12-
rev: v0.16
12+
rev: v0.24.1
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.12.11
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.3.0
23+
rev: 25.1.0
2424
hooks:
2525
- id: black
2626

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

0 commit comments

Comments
 (0)