Skip to content

Commit 65f423e

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/psf/black: 24.3.0 → 24.8.0](psf/black@24.3.0...24.8.0)
1 parent 9e0e76f commit 65f423e

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
@@ -3,7 +3,7 @@
33
exclude: migrations
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-ast
@@ -27,7 +27,7 @@ repos:
2727
args: [--line-length=79, --transform-concats]
2828

2929
- repo: https://github.com/psf/black
30-
rev: 24.3.0
30+
rev: 24.8.0
3131
hooks:
3232
- id: black
3333

0 commit comments

Comments
 (0)