Skip to content

Commit 2d71148

Browse files
ci(pre-commit): pre-commit autoupdate
updates: - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.3.2...v0.3.3)
1 parent 39403c7 commit 2d71148

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
@@ -12,7 +12,7 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/psf/black
15-
rev: 24.2.0
15+
rev: 24.3.0
1616
hooks:
1717
- id: black
1818

@@ -48,7 +48,7 @@ repos:
4848
- id: setup-cfg-fmt
4949

5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.3.2
51+
rev: v0.3.3
5252
hooks:
5353
- id: ruff
5454
args: [--fix, --show-fixes]

0 commit comments

Comments
 (0)