Skip to content

Commit 5c83f75

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 24.2.0](psf/black@23.11.0...24.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.3.2](astral-sh/ruff-pre-commit@v0.1.6...v0.3.2)
1 parent b0bab5d commit 5c83f75

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
@@ -28,13 +28,13 @@ repos:
2828
- id: trailing-whitespace
2929

3030
- repo: https://github.com/psf/black
31-
rev: "23.11.0"
31+
rev: "24.2.0"
3232
hooks:
3333
- id: black
3434
args: [--line-length=79]
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.1.6
37+
rev: v0.3.2
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)