Skip to content

Commit 6a52d5b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.2...v0.3.5) - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)
1 parent fdfb3b3 commit 6a52d5b

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
@@ -29,13 +29,13 @@ repos:
2929
- id: auto-walrus
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.3.2
32+
rev: v0.3.5
3333
hooks:
3434
- id: ruff # See pyproject.toml for args
3535
# args: [--fix, --exit-non-zero-on-fix]
3636

3737
- repo: https://github.com/psf/black
38-
rev: 24.2.0
38+
rev: 24.3.0
3939
hooks:
4040
- id: black # See pyproject.toml for args
4141

0 commit comments

Comments
 (0)