Skip to content

Commit 3d94fb3

Browse files
ci(pre-commit.ci): autoupdate (#119)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.11...v0.14.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2cd1961 commit 3d94fb3

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

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.12.11
18+
rev: v0.14.3
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --unsafe-fixes]
@@ -29,7 +29,7 @@ repos:
2929
- id: validate-pyproject
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.17.1
32+
rev: v1.18.2
3333
hooks:
3434
- id: mypy
3535
files: "^src/"

0 commit comments

Comments
 (0)