Skip to content

Commit 73c6229

Browse files
ci: [pre-commit.ci] autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.7...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent f863842 commit 73c6229

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
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.12.7
8+
rev: v0.13.3
99
hooks:
1010
- id: ruff
1111
args: [--fix, --unsafe-fixes]
@@ -17,7 +17,7 @@ repos:
1717
- id: validate-pyproject
1818

1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.17.1
20+
rev: v1.18.2
2121
hooks:
2222
- id: mypy
2323
exclude: tests|examples

0 commit comments

Comments
 (0)