Skip to content

Commit dc9592c

Browse files
ci(pre-commit.ci): autoupdate (#84)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.1...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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 49d0cbb commit dc9592c

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
@@ -16,7 +16,7 @@ repos:
1616
args: [--autofix]
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.9.1
19+
rev: v0.9.9
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --unsafe-fixes]
@@ -30,7 +30,7 @@ repos:
3030
- id: validate-pyproject
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.14.1
33+
rev: v1.15.0
3434
hooks:
3535
- id: mypy
3636
files: "^src/"

0 commit comments

Comments
 (0)