Skip to content

Commit e3b8562

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.2...v0.9.9) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0)
1 parent 944f443 commit e3b8562

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ repos:
1212
- id: "check-yaml"
1313

1414
- repo: "https://github.com/astral-sh/ruff-pre-commit"
15-
rev: "v0.9.2"
15+
rev: "v0.9.9"
1616
hooks:
1717
- id: "ruff"
1818
args: ["--fix"]
1919

2020
- repo: "https://github.com/psf/black-pre-commit-mirror"
21-
rev: "24.10.0"
21+
rev: "25.1.0"
2222
hooks:
2323
- id: "black"
2424
language_version: "python3.11"

0 commit comments

Comments
 (0)