Skip to content

Commit bba2e15

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.15.10](astral-sh/ruff-pre-commit@v0.9.6...v0.15.10) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.20.1](pre-commit/mirrors-mypy@v1.15.0...v1.20.1)
1 parent dc3d428 commit bba2e15

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
@@ -3,7 +3,7 @@
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: 'v0.9.6'
6+
rev: 'v0.15.10'
77
hooks:
88
# Run the linter.
99
- id: ruff
@@ -12,6 +12,6 @@ repos:
1212
- id: ruff-format
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v1.15.0
15+
rev: v1.20.1
1616
hooks:
1717
- id: mypy

0 commit comments

Comments
 (0)