Skip to content

Commit 717ae92

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.11.12](astral-sh/ruff-pre-commit@v0.9.1...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.16.0](pre-commit/mirrors-mypy@v1.14.1...v1.16.0)
1 parent f1b3e38 commit 717ae92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

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

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

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.9.1
13+
rev: v0.11.12
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
1717
- id: ruff-format
1818

1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.14.1
20+
rev: v1.16.0
2121
hooks:
2222
- id: mypy
2323
files: "^src/"

0 commit comments

Comments
 (0)