Skip to content

Commit 3f96b9d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma: v2.5.1 → v3.0.0](asottile/add-trailing-comma@v2.5.1...v3.0.0) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
1 parent 8bdc9d2 commit 3f96b9d

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
@@ -48,14 +48,14 @@ repos:
4848
]
4949

5050
- repo: https://github.com/asottile/add-trailing-comma
51-
rev: v2.5.1
51+
rev: v3.0.0
5252
hooks:
5353
- id: add-trailing-comma
5454
args:
5555
- --py36-plus
5656

5757
- repo: https://github.com/psf/black
58-
rev: 23.3.0
58+
rev: 23.7.0
5959
hooks:
6060
- id: black
6161
args: [

0 commit comments

Comments
 (0)