Skip to content

Commit f6b6bdd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [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 f6b6bdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.5.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: check-yaml
1717
- id: detect-private-key
@@ -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)