Skip to content

Commit e744f9f

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.4 → v0.12.11](astral-sh/ruff-pre-commit@v0.9.4...v0.12.11) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.17.1](pre-commit/mirrors-mypy@v1.14.1...v1.17.1)
1 parent fbb64f9 commit e744f9f

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

1010
repos:
1111
- repo: https://github.com/abravalheri/validate-pyproject
12-
rev: v0.23
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.9.4
17+
rev: v0.12.11
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
@@ -25,7 +25,7 @@ repos:
2525
- id: black
2626

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

0 commit comments

Comments
 (0)