Skip to content

Commit 8337498

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.2](astral-sh/ruff-pre-commit@v0.12.12...v0.13.2)
1 parent f6f2641 commit 8337498

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
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111

1212
- repo: https://github.com/psf/black-pre-commit-mirror
13-
rev: 25.1.0
13+
rev: 25.9.0
1414
hooks:
1515
- id: black
1616
args: ["--config", "pyproject.toml"]
@@ -22,6 +22,6 @@ repos:
2222
args: [--settings-path, "./pyproject.toml"]
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.12.12
25+
rev: v0.13.2
2626
hooks:
2727
- id: ruff

0 commit comments

Comments
 (0)