Skip to content

Commit 43ae280

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
1 parent fbb64f9 commit 43ae280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: validate-pyproject
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.9.4
17+
rev: v0.9.9
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.15.0
2929
hooks:
3030
- id: mypy
3131
files: "^src/"

0 commit comments

Comments
 (0)