Skip to content

Commit 23ba7b6

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent 91991fc commit 23ba7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ repos:
4242
- id: pyupgrade
4343
args: [--py39-plus]
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.9.3
45+
rev: v0.9.4
4646
hooks:
4747
- id: ruff
4848
args: [--fix, --exit-non-zero-on-fix]
4949
- repo: https://github.com/psf/black
50-
rev: 24.10.0
50+
rev: 25.1.0
5151
hooks:
5252
- id: black
5353
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)