Skip to content

Commit 08ca794

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.12.8](astral-sh/ruff-pre-commit@v0.8.4...v0.12.8)
1 parent c289db6 commit 08ca794

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 @@ ci:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 24.10.0
6+
rev: 25.1.0
77
hooks:
88
- id: black
99

@@ -14,7 +14,7 @@ repos:
1414
args: [--line-length=120, --target-version=py310]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.8.4
17+
rev: v0.12.8
1818
hooks:
1919
- id: ruff
2020
args: [--fix]

0 commit comments

Comments
 (0)