Skip to content

Commit c1aae7c

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.9.9](astral-sh/ruff-pre-commit@v0.8.1...v0.9.9) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0)
1 parent 103f757 commit c1aae7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.8.1
8+
rev: v0.9.9
99
hooks:
1010
- id: ruff
1111
args: [--fix]
1212

1313
- repo: https://github.com/psf/black
14-
rev: 24.10.0
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717

@@ -21,7 +21,7 @@ repos:
2121
- id: validate-pyproject
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.13.0
24+
rev: v1.15.0
2525
hooks:
2626
- id: mypy
2727
files: "^src/"

0 commit comments

Comments
 (0)